1

I'm new on enyo, so I don't have yet a full knowledge in this framework.

I've been looking for a property of enyo that I be able to make a chart of bars. But the only things I found in the web, was about using the "enyo.Control", what i think that don't have nothing to do about this. Can anyone help with some tips?

Thank's.

DTondin
  • 147
  • 1
  • 2
  • 9

2 Answers2

0

Enyo has certain widgets available in the Onyx library, but I don't think there are any charting/graph ones. I guess you could use a ProgressBar kind to sort of be a bar graph.

Some developers have used Flot successfully: http://www.flotcharts.org/

Webby Vanderhack
  • 889
  • 7
  • 13
0

Enyo-ified YUI charts are in the pipeline: https://enyojs.atlassian.net/browse/ENYO/component/10802. So watch this issue for updates.

Travis Webb
  • 14,688
  • 7
  • 55
  • 109