Reputation: 935
I own a pelican Website and I want to create interactive d3.js visualization on my pelican article that:
Is there a way to possibly do this given Pelican is a static site generator? I am a little confused on basics so just asking for a little bit of guidance.
Upvotes: 0
Views: 359
Reputation: 6743
Short answer: yes
Long answer: It is possible, if you can include javascript in your site and also get data to render from either API call or from the site directly (twitter api is fine). I would still question a bit your choice, as do you really need d3 for this or is it possible to do with highcharts? D3 can be quite an overkill...
Upvotes: 1