Questions tagged [google-barchart]

18 questions
0
votes
2 answers

Using Google Charts with Flask dynamically

I am completely new to App building with Flask and Python. I am trying to create Google column charts, which change dynamically, when i change the data in my Phython file. I tried a lot of different way, which are described on stackoverflow, but…
0
votes
0 answers

Data column(s) for axis #0 cannot be of type string× in google bar chart when number of row =0 selected from database

I'm using the following code to create a JSON string from data extracted from a database: var jsonData = $.ajax({ url: "pie_chart.php", dataType:"json", method:"POST", data:$('#myform').serialize(), async:…
sweta ramani
  • 31
  • 1
  • 4
-1
votes
1 answer

Google Sheets: Money Jar Bar Chart

I am working on a personal project on Google Sheets for a video game I'm playing. I want to make a sort-of Money Jar with a single column bar graph. Here is the data I'm referencing: Data. Preferably, I want a bar chart with a single column. The…
1
2