-
Notifications
You must be signed in to change notification settings - Fork 100
line not drawing in mscombi2d #47
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
Comments
Hi @GuusPunt, Can you provide samples code to produce the same at our end? |
Hi @rousan . I'm quite new to github, in which form would be the best to provide the sample code? PS: ---- Line not drawn, bars drawn ----
---- Perfectly working example ----
|
I've created my first chart after a day testing. It's a combi chart (2 bar series , 1 line serie)
After updating the datasource from my controller, the bar series always get drawn and updated. However the line does not.
The line chart gets updated/drawn random( 50% visible, 50% not visible)
Update:
vm.myDataSource.dataset[2].data = [{"value":"16610.88"},{"value":"16610.88"},{"value":"16610.88"},{"value":"16610.88"},{"value":"41524.72"},{"value":"1.66"},{"value":"1.66"},{"value":"1.66"},{"value":"1.66"},{"value":"1.66"},{"value":"-8302.95"},{"value":"-8302.95"}];
I print my bar data after every update : console.log(JSON.stringify(vm.myDataSource.dataset[2].data));
It shows the exact data from the dataset every time but the line not always get drawn. Any hints or clue's would be appreciated. Addionatinol info needed plz let me know.
(Not an angular expert )
The text was updated successfully, but these errors were encountered: