|
1 | 1 | # MindFusion.Charting for JavaScript, version 1.1.1
|
2 | 2 |
|
3 | 3 |
|
4 | | -### *****ABOUT MINDFUSION.CHARTING***** |
| 4 | +### ABOUT MINDFUSION.CHARTING |
5 | 5 |
|
6 | 6 | The MindFusion.Charting library provides to HTML5 / JavaScript applications the ability to create and display various kinds of charts and gauges. The component supports bar, pie, doughnut, scatter, bubble, candlestick, line, area, radar and polar charts. Many features of the chart output can be customized in a way that suits your project best. Charts can have different styles, colors, fonts and pictures. The control's programming model comprises more than 200 methods and properties.
|
7 | 7 |
|
8 | 8 | Official webpage
|
9 | 9 | [https://mindfusion.eu/javascript-chart.html](https://mindfusion.eu/javascript-chart.html)
|
10 | 10 |
|
11 | 11 |
|
12 | | -### *****SOURCE CODE***** |
| 12 | +### SOURCE CODE |
13 | 13 |
|
14 | 14 | A MindFusion.Charting license can be purchased with the control's complete source code. The control is being developed in TypeScript and transpiled to JavaScript.
|
15 | 15 |
|
16 | 16 |
|
17 | | -### *****SAMPLES***** |
| 17 | +### SAMPLES |
18 | 18 |
|
19 | 19 | MindFusion.Charting comes with the following examples, which demonstrate Different aspects of the control’s functionality:
|
20 | 20 |
|
@@ -64,23 +64,6 @@ MindFusion.Charting comes with the following examples, which demonstrate Differe
|
64 | 64 |
|
65 | 65 | * Thermometer - shows how to use a linear gauge to create a thermometer.
|
66 | 66 |
|
67 | | -### ***** HISTORY ***** |
68 | | - |
69 | | -##### version 1.1.1 |
70 | | - interactive range selection |
71 | | - showSeriesElements property in LegendRenderer |
72 | | - labels property in SimpleSeries |
73 | | - showHighlights and showToolTips properties in Chart |
74 | | - |
75 | | -##### version 1.1: |
76 | | - FunnelChart control |
77 | | - Theme XML serialization |
78 | | - label rotation for axes |
79 | | - PieChart outer labels fixed. |
80 | | - LegendRenderer borders fixed. |
81 | | - hit-testing in pie and radar charts fixed |
82 | | - bubbles in bubble charts alignments fixed |
83 | | - chart zoom buttons scaling fixed |
84 | 67 |
|
85 | 68 | ##### version 1.0:
|
86 | 69 | initial release
|
|
0 commit comments