openHPI / m.e.i.n.e.l

Modern, Extensible and Interactive Number Exploration Library (or short: m.e.i.n.e.l)

Home Page:https://openhpi.github.io/m.e.i.n.e.l/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create ajax-like component for loading & parsing data and piping it into the diagrams

flowirtz opened this issue · comments

commented

ToDos

  • create component
  • document component
  • create example of component having a diagram nested inside it that uses the data
  • remove ajax part from diagram components

Have a look at 9f94d6d
There is an ajax wrapper and the demo works with the bar and line chart :)

document component: 369f89b

remove ajax part in pie, bar and line (as from linechart-branch): e4548c4

commented

Fixed by #34