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
NOTE: that the array of colors is the pallet of colors available to the chart, and is used to supply the default colors for the series but does not have to be 1:1 - there can (and usually should) be more colors in this pallet than there are series.
The beginning of this work has been done in #382. This issue is to capture just the colors property. The background/text colors will be handled in #435 at a later time.
The text was updated successfully, but these errors were encountered:
Add a new top level
styles
to the definition w/ the first prop beingcolors: string[]
.For cedar-amcharts this will override the chart's default
colors
property which is set int the theme:cedar/packages/cedar-amcharts/src/themes/calcite.js
Line 11 in 48ff5b0
NOTE: that the array of colors is the pallet of colors available to the chart, and is used to supply the default colors for the series but does not have to be 1:1 - there can (and usually should) be more colors in this pallet than there are series.
This seems to be common to most chart libraries:
https://docs.amcharts.com/3/javascriptcharts/AmSerialChart#colors
https://www.amcharts.com/docs/v4/reference/serialchart/#colors_property
https://ecomfe.github.io/echarts-doc/public/en/option.html#color
https://c3js.org/samples/options_color.html
https://naver.github.io/billboard.js/release/latest/doc/Options.html#.color
The beginning of this work has been done in #382. This issue is to capture just the
colors
property. The background/text colors will be handled in #435 at a later time.The text was updated successfully, but these errors were encountered: