Skip to main content

Questions tagged [chart]

1 vote
1 answer
4k views

I am thinking of a standard AJAX setup (JS<->PHP<->MySql). I want to generate reports (charts, tables, etc) probably using at maximum a few dozen data points (certainly never over 1k). I am ...
Mawg's user avatar
  • 4,308
0 votes
1 answer
153 views

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). ...
Robin Rodricks's user avatar
3 votes
1 answer
287 views

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 ...
coolscitist's user avatar
1 vote
0 answers
91 views

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). Would there be any reason for using a Cumulative ...
Bradly Spicer's user avatar
5 votes
1 answer
10k views

I'm drawing a flow diagram which should visualize the communication between 4 services I created. Now I've got a question I'm not quite sure about. There are two ways the services could be started. ...
Mirco's user avatar
  • 671
2 votes
2 answers
3k views

I started to study about state transition chart. As I see, it assumes all state transition is done instantly with no time consuming. But in most of my case, I'm heavily depending on asynchronous I/O, ...
Eonil's user avatar
  • 1,739
8 votes
1 answer
241 views

I'm looking for a chart like this: Basically something that tells you whether an app with a given license can be linked with a library of a given license. Does such a thing exist?
Nathan Osman's user avatar