Hi,
I created a bar visualization to pull data from a csv file. Following is the sample data
BuiltFileType | BuiltCount
A | 100
B | 200
This data gets refreshed every day. Next day, my new data in csv is as follows:
BuildFileType | BuiltCount
A | 110
B | 210
How do I update the data in my visualization?