how can i create a line graph by fetching data from firebase
Tip: always first search in the community before creating a new thread.
Study this thread:
Introduction
Hello there! Today I am publishing my third extension Simple Chart Extension.
Features
Can Create Bar Graph.
Can Create Pie Chart.
Can Create Line Graph.
Blocks
[AllBlocks]
Documentation
Blocks
Description
[BarChart]
Creates bar graph in given arrangement with given list of x and y axis points.
[LineChart]
Creates line graph in given arrangement with given list of x and y axis points.
[PieChart]
Creates a pie chart with given list of values and value names.
[C…
yes I’ve used this before, but the data from firebase will change and the graph changes too, how do I set the changed values and continue the graph without creating a new graph with the new values?