How to change the styling of chart js from filled graphs to just lines?

0
Hi guys,   I am making use of the ChartJS module and want a simple css change. I just need to show  the lines, without filled colors on the graph ...   Since I am not familiar with mendix widgets, and just know that it is a mix of html css javascript... When I inspect it is a canvas so totally no idea how do this... Anyone an idea?
asked
3 answers
2

Hi Enzo,

 

In your widget settings, there's a property 'Filled' on the Appearance tab. Set that to false and you should be good to go!

 

answered
0

You cannot change a bar chart to a line chart through css. Instead, add a new chartJS, and this time choose line chart instead of bar chart

answered
0

Change the hardcoded color in the java, worked for me.

answered