Qt Charting Component - Feedback request
-
"This question":http://developer.qt.nokia.com/forums/viewthread/6950/ was split off as a separate topic.
-
Hey Sean,
Impressive work!
Charttypes that I miss in your list are the financial stock charts like bar charts (open, high, low, close) and candlestick charts. I know that many developers are looking for something like that. I am using qwt for that purpose but it does not support these types either.
It would be great to have these as well.
Kind regards,
Eric -
Ok good. Can't wait for your first release.
-
Sean,
Bump.
How can I use your widget from within QML?
Can I draw xy science plots using data from a C++ class (say a std::vector) ?
In my app, the data may arrive any time, so how can I notify the plot widget to draw the new data?
Is there an example ?Thank you for the great work. It seems what a lot of people have been waiting for!
-
Hey Guys,
sorry for the delays on this. I'm in the middle of changing jobs and things are very hectic still at my existing job. I hope to get version 1.0 out very soon now.
Victor: I am playing around with an idea on how to integrate this into QML 1. As for QML 2 I am not sure what is the best route to go down as yet so that requires some more experimentation.
-
+1
Best regards
-
Sean,
This looks impressive. I've been toying with idea of adding graphing to my code and my main choice was QWT. I'd love to give this API a shot. By the way, I'm interested in plotting real-time data so the performance aspect would be important. Do you have a time-frame for when this might be available?
Thanks
BmanC