@@ -9,39 +9,39 @@ our [Tutorial](../tutorial/index.md) first.
99
1010## Library Overview
1111
12- The main entry point of the library is the [ Vizzu] ( ./classes/vizzu. Vizzu.md )
13- class, and its most important component is the
14- [ animate ] ( ./classes/vizzu.Vizzu.md#animate ) method:
12+ The main entry point of the library is the [ Vizzu] ( ./classes/Vizzu.md ) class,
13+ and its most important component is the [ animate ] ( ./classes/Vizzu.md#animate )
14+ method:
1515
16- - [ Vizzu] ( ./classes/vizzu. Vizzu.md ) class
17- - [ constructor()] ( ./classes/vizzu. Vizzu.md#constructor )
18- - [ animate] ( ./classes/vizzu. Vizzu.md#animate ) (
19- [ Anim.Target] ( ./interfaces/vizzu. Anim.Target.md ) ,
20- [ Anim.Options] ( ./interfaces/vizzu. Anim.Options.md ) ) :
21- [ Anim.Completing] ( ./interfaces/vizzu. Anim.Completing.md )
16+ - [ Vizzu] ( ./classes/Vizzu.md ) class
17+ - [ constructor()] ( ./classes/Vizzu.md#constructor )
18+ - [ animate] ( ./classes/Vizzu.md#animate ) (
19+ [ Anim.Target] ( ./interfaces/Anim.Target.md ) ,
20+ [ Anim.Options] ( ./interfaces/Anim.Options.md ) ) :
21+ [ Anim.Completing] ( ./interfaces/Anim.Completing.md )
2222
2323The ` animate ` method's main parameter is the
24- [ Anim.Target] ( ./interfaces/vizzu. Anim.Target.md ) interface, which contains the
24+ [ Anim.Target] ( ./interfaces/Anim.Target.md ) interface, which contains the
2525configuration of the chart, the underlying data, and the chart's style settings:
2626
27- - [ Anim.Target] ( ./interfaces/vizzu. Anim.Target.md )
28- - [ Data.Set] ( ./modules/vizzu. Data.md#Set )
29- - [ Config.Chart] ( ./interfaces/vizzu. Config.Chart.md )
30- - [ Config.Channels] ( ./interfaces/vizzu. Config.Channels.md )
31- - [ Styles.Chart] ( ./interfaces/vizzu. Styles.Chart.md )
32- - [ Styles.Plot] ( ./interfaces/vizzu. Styles.Plot.md )
33- - [ Styles.Marker] ( ./interfaces/vizzu. Styles.Marker.md )
34- - [ Styles.Axis] ( ./interfaces/vizzu. Styles.Axis.md )
35- - [ Styles.Legend] ( ./interfaces/vizzu. Styles.Legend.md )
36- - [ Styles.Tooltip] ( ./interfaces/vizzu. Styles.Tooltip.md )
27+ - [ Anim.Target] ( ./interfaces/Anim.Target.md )
28+ - [ Data.Set] ( ./modules/Data.md#Set )
29+ - [ Config.Chart] ( ./interfaces/Config.Chart.md )
30+ - [ Config.Channels] ( ./interfaces/Config.Channels.md )
31+ - [ Styles.Chart] ( ./interfaces/Styles.Chart.md )
32+ - [ Styles.Plot] ( ./interfaces/Styles.Plot.md )
33+ - [ Styles.Marker] ( ./interfaces/Styles.Marker.md )
34+ - [ Styles.Axis] ( ./interfaces/Styles.Axis.md )
35+ - [ Styles.Legend] ( ./interfaces/Styles.Legend.md )
36+ - [ Styles.Tooltip] ( ./interfaces/Styles.Tooltip.md )
3737
3838## Details
3939
4040You can find all interface declarations and types under these namespaces.
4141
42- - [ Data] ( ./modules/vizzu. Data.md ) - Data structure and operations
43- - [ Config] ( ./modules/vizzu. Config.md ) - Configuration settings of your charts
44- - [ Style] ( ./modules/vizzu. Styles.md ) - Style settings
45- - [ Anim] ( ./modules/vizzu. Anim.md ) - Animation settings
46- - [ Events] ( ./modules/vizzu. Event.md ) - Event handling
47- - [ Presets] ( ./modules/presets .md ) - Preset chart configurations
42+ - [ Data] ( ./modules/Data.md ) - Data structure and operations
43+ - [ Config] ( ./modules/Config.md ) - Configuration settings of your charts
44+ - [ Style] ( ./modules/Styles.md ) - Style settings
45+ - [ Anim] ( ./modules/Anim.md ) - Animation settings
46+ - [ Events] ( ./modules/Event.md ) - Event handling
47+ - [ Presets] ( ./modules/Presets .md ) - Preset chart configurations
0 commit comments