I have several questions about chart component.
1. When new chart types (i.e. Stacked Bar) will appear?
2. Can i use Hint Label component with chart? I want non-standard tooltips - multiline, text-style...
3. Is there 3D charts?
4. Can i use several chart types in the same chart (i.e. Bar and Line)?
Thank you!
Hello Konstantin,
In the current version of QuipuKit, there is only three chart types: line, pie and bar. We are going to add new chart types in the future releases and consider adding the ability to use several chart types in the same chart. But this feature has not been assigned to any particular version and, most probably, will not be implemented in the nearest future.
Regarding using the HintLabel component with a Chart. Can you please describe your scenario in more detail so that we can consider implementing this feature?
Regards,
Tatyana
Thanks for answers!
About HintLabel - just what i need:
i need a customizable hint for any part of chart (i.e. bar column, point of line chart, legend) and standart hint is not suitable. I need use fonts in hint, text styles, colors, formatting, lists, maybe pictures and also i need manipulate with chart data (i.e. there can be rounded values in chart, but in hint - accurate). You HintLabel is very close to my needs, but if it works with chart!
Moreover, if you interesting,
having familiarized myself with all leading jsf charts for today i found that none of them has such hint! (ChartFX, MonarchCharts, ILOG) The nearest is - WebCharts3D.
Maybe i ask too much
But my customer just wants such thing - we develop highly interactive user interface for analityc system.
Also that would be the great thing if you can give a possibility for programmer to define custom "onmouseover" for any part of image map, then programmer can write javascript function with hint showing himself.
Thank you!