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
Merely flipped the default colors around to test. Nothing changed. Still the same default colors.
I tested overrides with vBarChart palette and it worked but not pieChart. Does the function overrides work for pieChart?
The text was updated successfully, but these errors were encountered:
I tried to override the pieChart ordinalColors by the following:
pieChartData: {
chartType: "pieChart",
...
overrides: {
ordinalColors: ['#ffe6eb', '#ffcdcd', '#d1f4fa', '#005792']
}
Merely flipped the default colors around to test. Nothing changed. Still the same default colors.
I tested overrides with vBarChart palette and it worked but not pieChart. Does the function overrides work for pieChart?
The text was updated successfully, but these errors were encountered: