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
The U_BATCH_NUMBER is my x-axis point/label, and RAW_NUMERIC_RESULT is the y-axis value.
So far so good, everything works perfectly fine (obviously there is some JS coding behind the scenes to create chartjs valid datapoint array).
Now what I want to achieve is draw the datapoint stle based on the value of RESULT_STATUS, so for example A=circle, B=triangle, C= cross.
The only thing I was able to find was how to change the style for the entire chart:
Hi,
Question, not an isse.
I am building a set of line charts, getting data as json objects, via AJAX call.
Here is one examplary array:
The U_BATCH_NUMBER is my x-axis point/label, and RAW_NUMERIC_RESULT is the y-axis value.
So far so good, everything works perfectly fine (obviously there is some JS coding behind the scenes to create chartjs valid datapoint array).
Now what I want to achieve is draw the datapoint stle based on the value of RESULT_STATUS, so for example A=circle, B=triangle, C= cross.
The only thing I was able to find was how to change the style for the entire chart:
Is that doable and if so how?
The text was updated successfully, but these errors were encountered: