Type tutorial This demo shows how we can include all nodes from all levels of a Sunburst chart into its legend. Code The above code iterates through the whole hierarchy and pushes all data items from all nodes into legend’s data. Demo
Type tutorial Normally, stacking series on an XY chart requires that they have same number of data items, and that their categories or dates match. This tutorial will introduce a custom function that can merge data from a number of sources so that multiple series can reuse it for correct stacking. The problem For correct stacking of […]
Type tutorial This demo shows how we can use an adapter to automatically truncate circular labels on a gauge chart.
Type tutorial This demo shows how we can use locationX setting of the LineSeries to align its bullets with clustered columns.
Type tutorial This demo shows how we can add icons at the end of bars using series bullets, as well as next to category labels using axis bullets.
Type tutorial This demo shows how we can use events to reposition XYChart’s zoom-out button to the lower-right corner of the chart plot area. Code Demo
Type tutorial This demo shows, how we can add a scale to a Heat Legend by pushing regular ValueAxis into it. Code Demo
Type tutorial This tutorial will show how we can change cursor style when hovering over some chart element. Setting cursor style We can use any element’s cursorOverStyle setting to specify which cursor to show when it is hovered by a mouse cursor. Available styles The following table lists a few of the most common cursor styles. For […]
Type tutorial This demo shows how we can use a Circle element in map point series bullets to make a regular square image rounded.
Type tutorial This demo shows how we can create a custom indicator as well as add a button to add/toggle it in Stock Chart’s toolbar.