Can you specify the color in different 17 colors in bar chart?
like this
color: {
pattern: [’#1f77b4’, ‘#aec7e8’, …]
}
Can you specify the color in different 17 colors in bar chart?
like this
color: {
pattern: [’#1f77b4’, ‘#aec7e8’, …]
}
You can specify different colors, but in a bit another way. You need to store color names in the dataset and visualize them through chart template
. Check the snippet, please: http://webix.com/snippet/6680d682
Or if these color should be applied to each bar, use gradient
function: http://docs.webix.com/samples/08_chart/02_color/03_gradient.html