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
So colors for lines/bars/pie/etc can be determined based on the data or any other metric.
A potential signature could be:
function(data: any,chart: any): string
Where data is the current data being displayed, and chart is either a reference to the chart instance, or a reference to the config (whichever is sufficiently powerful).
The text was updated successfully, but these errors were encountered:
This is something we need, having the color of the bar based on threshold values. Here is the design for a 1st quarter deliverable to gen1 details page.
So colors for lines/bars/pie/etc can be determined based on the data or any other metric.
A potential signature could be:
Where
data
is the current data being displayed, andchart
is either a reference to the chart instance, or a reference to the config (whichever is sufficiently powerful).The text was updated successfully, but these errors were encountered: