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
I am using 2.7.3 version Chart.js
But I cant make horizontal gradient for all points. It sets only for one point.
Is this a bug? Bc, this feature works in version 2.6.0.
I know, that I can calculate gradient this way: pointBackgroundColor: ['red', 'green', 'blue'].
But I think it's too hard.
The text was updated successfully, but these errors were encountered:
You could also build this library yourself manually and link it in with npm link or copy the master build into node_modules/chart.js and edit package.json to point at it
I am using 2.7.3 version Chart.js
But I cant make horizontal gradient for all points. It sets only for one point.
Is this a bug? Bc, this feature works in version 2.6.0.
I know, that I can calculate gradient this way: pointBackgroundColor: ['red', 'green', 'blue'].
But I think it's too hard.
The text was updated successfully, but these errors were encountered: