Widget Tricks - ods-chart: CSS Hacks

Lighten “display-values”

display-values=true option displays for each point of a chart the values of the series. It’s usefull but can quickly overload the chart and displaying only a view values can be interesting.

This code presents some CSS tricks to cherry-pick only a few values :

  • On the left, only the first and last values
  • On the right, 1 out of 3 values are displayed (see the CSS code for explanations)

Lighten X axis legend

X axis legend sometimes needs to be lightened. Displaying one legend out of several is a good trick to make it comfortable to read.

  • On the left, the default view
  • On the right, 1 out of 10 values are displayed (see the CSS code for explanations)