The Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation
Implemented a function to truncate the x series labels and an associated property in the chart properties configurator for the user to specify the max label length.
The Plotly API seems not to offer any control over tick label lengths:
https://stackoverflow.com/questions/66504218/is-it-possible-to-limit-or-truncate-the-characters-of-the-tick-label-in-plotly
Implemented a function to truncate the x series labels and an associated property in the chart properties configurator for the user to specify the max label length.