Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I think the appropriate way to do this is to add a dataset for the total 
production
in your own code. However you're already generating the data for each company, 
as you
go just keep track of whatever you're interested in.

Original comment by [email protected] on 21 Jul 2008 at 9:17

from flot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I can empathize with your point, but I think I tend to agree with Ryan.

In any case, for anything to happen here, somebody needs to think up a 
reasonable API
that fits well in with the rest of Flot. That's the minimum requirement. :)

Offhand, to me, that sounds harder than simply summing up the stuff 
server-side. So
until this happens, I'll keep the bug closed as won'tfix.

Original comment by olau%[email protected] on 10 Sep 2008 at 7:45

  • Changed state: WontFix
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from flot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
OK, I'm going to reopen this. It's very similar to bug #31 which is about 
stacked 
bar charts specifically. There's two things in this: support for drawing areas 
where 
the lower part is not just the x axis, so to speak. And a preprocessor for 
accumulating the data. Let's make this bug about the latter thing.

Again what needs to happen here first is that someone thinks up a reasonable 
API.

Original comment by olau%[email protected] on 18 Sep 2008 at 9:43

  • Changed state: New

from flot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I'd like to see:

yaxis : { mode: "stacked" }

Or something equally simplistic.  That would cause the data sets tied with the 
yaxis
to be drawn, in order, each stacked on the previous.  We use this now (in 
another
charting tool) to represent composition.  Think: bandwidth graph, but broken 
down by
protocol.  Or database transaction rates split into insert, update and delete.

Original comment by [email protected] on 26 Sep 2008 at 1:52

from flot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Another option which is a bit more general would be specifying it in the series 
as
something like { data: [...], cumulativeGroup: 1 }. Flot would then accumulate 
the
series in the group, with the first series being at the bottom.

I think that all it takes to implement this is a bit of logic in processData. I 
think
we need to copy accumulated data series, though, otherwise it's not going to 
work
when people replot the same graph.

Original comment by olau%[email protected] on 1 Oct 2008 at 8:18

from flot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
If I'm not mistaken, this was actually fixed some time ago with the stacked 
plugin,
although it might not be complete yet I don't think it makes sense to keep this 
open
anymore.

Original comment by olau%[email protected] on 15 Mar 2010 at 1:07

  • Changed state: Fixed

from flot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.