Relative Content

Tag Archive for chart

Cumulative charts within Webdesign

A rather simple question here, With regards to web design and the paperwork behind it (Which I am sure many people/companies don’t actually do).

Designing javascript chart library

I started coding a chart library on top of d3js: My chart library.
I read Javascript API reusability and Towards reusable charts. However, I am NOT really following the suggestions because I am not really convinced about them.

How to compute data for charting?

I’m building a charting component that displays data directly from the raw data records. It should be able to filter data (subset) and then perform some rudimentry maths on the data (sum, avg, etc). It will finally display the data in a month-wise manner with a scrollbar to navigate through months.