Yoav24
Yoav24

Reputation: 363

Dynamic data graph on Blogger - what to use?

I have a data of say 100 rows. What kind of technology can I use on Blogger.com to output a dynamic bar chart where the number of records shown is user-controlled via a button or slider? For example: Show top 10, top 20, etc.

My main problem is that I am not sure of 1. How to host the data externally 2. How to output it dynamically on web

Keep in mind that my PHP and JavaScript are weak, so I prefer other options if possible. Also, this is on google's Blogger platform, and I do not have any of my own web hosting

Upvotes: 0

Views: 142

Answers (1)

Dinesh DiNu
Dinesh DiNu

Reputation: 699

Blogger doesn't work as a dynamic site. You can do this in only dynamic sites. There are two options are available to show your pages on blogger.

  1. Try to use jQuery script to load the pages.

  2. Manually create 100 pages of data in blogger. Since it takes few days to complete all the pages and then link the all the pages in main page.

Upvotes: 1

Related Questions