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
this was to fix an issue with the prompt icon not appearing once chart builder had been imported into the cms.
A separate LegendPrompt component has been created, with the svg in code rather than stored in the directory.
A workaround to get it to appear on both standalone and cms, with svgs not playing well with TypeScript and not needing to import and new modules.
Another issue was the prompt staying below when switching tabs. Fixed by moving LegendPrompt within PlotlyBasic.
this was to fix an issue with the prompt icon not appearing once chart builder had been imported into the cms. A separate LegendPrompt component has been created, with the svg in code rather than stored in the directory. A workaround to get it to appear on both standalone and cms, with svgs not playing well with TypeScript and not needing to import and new modules.
Another issue was the prompt staying below when switching tabs. Fixed by moving LegendPrompt within PlotlyBasic.