You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update the chartData of a barchart containing a dynamic number of bars and an array of backgroundColors I expect the added bars to have the background color specified in the array.
For example:
I have a graph with 2 bars and a backgroundColors array of ['orange','green'] it displays correctly. When I update the data and it contains 3 bars with ['orange','green','blue'] the last bar is not blue but the default grey color.
I'm using the reactiveProp mixin.
Actual Behavior
The last bar is grey, not the color specified in the array.
Environment
OS: OSX
NPM Version: 2.3.5
The text was updated successfully, but these errors were encountered:
Expected Behavior
When I update the chartData of a barchart containing a dynamic number of bars and an array of backgroundColors I expect the added bars to have the background color specified in the array.
For example:
I have a graph with 2 bars and a backgroundColors array of ['orange','green'] it displays correctly. When I update the data and it contains 3 bars with ['orange','green','blue'] the last bar is not blue but the default grey color.
I'm using the reactiveProp mixin.
Actual Behavior
The last bar is grey, not the color specified in the array.
Environment
The text was updated successfully, but these errors were encountered: