JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Charts & Data Viz › Pass multiiple json data to create graph › Reply To: Pass multiiple json data to create graph
September 30, 2022 at 6:02 pm
#103795
salasidis
Participant
Thanks, that would work.
I commented out the data.splice function in the demo, as I would want to display all the data all at once. The X axis gets very crowded, and does not seem to update the distance between labels, etc.
Is there a way to do this.
Also presumably in my application, I could just push the data x 24 or so times, and do a single update at the end (should be faster).