Line Chart: Invert y-axis and decrease height
-
Hi there,
I spent a lot of hours today to find a solution for inverting the y-axis of the first line chart (“1” should be on top and “14” at the bottom). Is there any chance to do that?
Furthermore I am looking for a way to reduce the height of both charts.
I added …1.) relative and absolute values to the “Chart Size” section.
–> Absoulte values have no effect on the size.
–> Relative values reduced the chart with same width and height (square).2.) the code below into “Manual Configuration” section.
{"responsive": true, "maintainAspectRatio": false, "width": 800, "height": 400}
–> The chart had the same size like a stamp.3.) some custom CSS to my Avada theme.
.visualizer-12905-1998052157 { width: 800px; height: 400px; }–> The chart became warped.
Best regards,
ChristianThe page I need help with: [log in to see the link]
The topic ‘Line Chart: Invert y-axis and decrease height’ is closed to new replies.