I need to create a chart in my enyo project. Which properties are used to do this?

StackOverflow https://stackoverflow.com/questions/16197852

  •  11-04-2022
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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/

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top