Hi I am trying to make essentially a Highcharts web dashboard with multiple pages. I have all my charts laid out and stylized how I want but now have to make them all work I want to try and only use one local CSV or JSON file to give data to all the different (line,gauge,bar) charts on my page but am absolutely stumped on how I would do this. I know I could just use a different file for every chart but that would be a lot close to 120 different chart and data files I would have to manage and store. Does anyone have any ideas or at least ideas on where I could start looking on how to do this?
Also as a side note I would like to try and just use HTML and Pure JavaScript cause that is what I know best but if that is not possible I am open to other ideas.
Any help is greatly appreciated Thank you!