-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A bug with combo chart #419
Comments
Looks like this is done |
@evshvarov no, its not. Here is the examples again ZEN widget have one line axis, DSW have two. I tweaked it a bit so the third row is converted to a column again. But this is a hack. And a little broken. You need to set the axis to the line, save it, set it back to the bar and save it again. After this, the setting is successfully received by DSW. I took this task to work |
reopened |
The problem is in how zen send data related to graph Immediately after creation graph with type ComboChart with 4 series send this json
As we can see, there is no data here on how to build a graph. By default it is drawn as a bar. But when we manually set the type of one of the series, ZEN will send its type.
Note the schema of DSW return this parameters With this logic seriesTypes initially should be bars. But when overrides setted up seriesType should be changed accordingly |
Reproduced here
In DeepSee Zen 3 colcharts and one line chart:
In DSW 3 line charts and one colchart:
The text was updated successfully, but these errors were encountered: