Show HN: Easy SVG charts for your static site, no JavaScript
1–10 of 43 posts
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#2I like it.
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#3The issues Google ran into were as it gets popular you need a more server horse power, and the work of keeping things secure is pretty high.
That said I always enjoyed using chartserver :-) so I presume I would enjoy using this. But what I'd really like is a package for python or perl I could load up behind an nginx instance and make this a local feature.
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#4Nice, but its a re-implementation of the Google Chartserver right? (same model, URL describes charts which are returned) The issues Google ran into were as it gets popular you need a more server horse power, and the work of keeping things secure is pretty high. That said I always enjoyed using chartserver :-) so I presume I would enjoy using this. But what I'd really like is a package for python or perl I could load…
I think that's a significant difference, in that the variant of this API has the potential for access to the chart elements for styling and interactivity.
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#5Nice, but its a re-implementation of the Google Chartserver right? (same model, URL describes charts which are returned) The issues Google ran into were as it gets popular you need a more server horse power, and the work of keeping things secure is pretty high. That said I always enjoyed using chartserver :-) so I presume I would enjoy using this. But what I'd really like is a package for python or perl I could load…
I don't think Google Chartserver offered SVG, though, did it? I think that's a significant difference, in that the variant of this API has the potential for access to the chart elements for styling and interactivity.
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#6Nice, but its a re-implementation of the Google Chartserver right? (same model, URL describes charts which are returned) The issues Google ran into were as it gets popular you need a more server horse power, and the work of keeping things secure is pretty high. That said I always enjoyed using chartserver :-) so I presume I would enjoy using this. But what I'd really like is a package for python or perl I could load…
I don't think Google Chartserver offered SVG, though, did it? I think that's a significant difference, in that the variant of this API has the potential for access to the chart elements for styling and interactivity.
I can't think of many reasons for building them serverwise.. except for when you don't have access to javascript or you are limited by the power as well.
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#7Re: Show HN: Easy SVG charts for your static site, no JavaScript
#8Earlier quoted context omitted.
I don't think Google Chartserver offered SVG, though, did it? I think that's a significant difference, in that the variant of this API has the potential for access to the chart elements for styling and interactivity.
But that way you are throwing away the only benefit - that it works without javascript. It's really expensive to draw graphs and it's better to be offloaded to clients. I can't think of many reasons for building them serverwise.. except for when you don't have access to javascript or you are limited by the power as well.
Additionally, you would be surprised at how much could be accomplished in that department with just CSS.
Re: Show HN: Easy SVG charts for your static site, no JavaScript
#9Re: Show HN: Easy SVG charts for your static site, no JavaScript
#10For example, sometimes this is funny, and sometimes it isn't, depending on which label is assigned to which color (seemingly random).