chartjs

0
0

In the chartJS widget:

  1. Are the any way to set different font size and color for the text of the different labels (y labels, x labels, title, …)?
  2. How to set the graph type to show SPLINE (smoothing curve lines)?

Regards,

Stefano

 

 

 

  • You must to post comments
0
0

Thank you Levie.

  • You must to post comments
0
0

Hi Stefano,

  • There is an issue with setting the Font in the designer, but for the Label color open the Options Editor and navigate to Scales > yAxes[0] > ScaleLabel > Color
    • You can still set the Font Size programmatically.

 

  • If you want smooth curving lines I believe you’re referring to the LineTension property, which can be found as a property of the ChartJS DataSet.

Please let me know if you have any issues with this!

Best,

Levie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.