@progress/kendo-react-charts 10.3.0-develop.1 → 11.0.0-develop.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/StockChart.js +1 -1
- package/StockChart.mjs +11 -11
- package/dist/cdn/js/kendo-react-charts.js +1 -1
- package/index.d.mts +439 -7
- package/index.d.ts +439 -7
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -1423,6 +1423,12 @@ export declare type CategoryBaseUnit = BaseUnit | 'auto' | 'fit';
|
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Represents the [KendoReact Chart component]({% slug overview_chart_charts %}).
|
|
1425
1425
|
*
|
|
1426
|
+
* @remarks
|
|
1427
|
+
* Supported children components are: {@link ChartAxisDefaults}, {@link ChartCategoryAxis}, {@link ChartArea},
|
|
1428
|
+
* {@link ChartLegend}, {@link ChartPane}, {@link ChartPaneDefaults}, {@link ChartPanes}, {@link ChartPlopArea}, {@link ChartPlopArea},
|
|
1429
|
+
* {@link ChartSeries}, {@link ChartSeriesDefaults}, {@link ChartSubTitle}, {@link ChartTitle}, {@link ChartTooltip},
|
|
1430
|
+
* {@link ChartValueAxis}, {@link ChartXAxis}, {@link ChartYAxis}, {@link ChartZoomable}.
|
|
1431
|
+
*
|
|
1426
1432
|
* @example
|
|
1427
1433
|
* ```jsx
|
|
1428
1434
|
* import {
|
|
@@ -1496,6 +1502,12 @@ export declare class Chart extends React_2.Component<ChartProps, {}> {
|
|
|
1496
1502
|
private getTarget;
|
|
1497
1503
|
}
|
|
1498
1504
|
|
|
1505
|
+
/**
|
|
1506
|
+
* Represents the KendoReact ChartArea component.
|
|
1507
|
+
*
|
|
1508
|
+
* @remarks
|
|
1509
|
+
* Supported children components are: {@link ChartAreaItem}.
|
|
1510
|
+
*/
|
|
1499
1511
|
export declare const ChartArea: React_2.FunctionComponent<ChartAreaProps>;
|
|
1500
1512
|
|
|
1501
1513
|
/**
|
|
@@ -1504,8 +1516,20 @@ export declare const ChartArea: React_2.FunctionComponent<ChartAreaProps>;
|
|
|
1504
1516
|
export declare interface ChartAreaProps extends ChartingArea {
|
|
1505
1517
|
}
|
|
1506
1518
|
|
|
1519
|
+
/**
|
|
1520
|
+
* Represents the KendoReact ChartAxisDefaults component.
|
|
1521
|
+
*
|
|
1522
|
+
* @remarks
|
|
1523
|
+
* Supported children components are: {@link ChartAxisDefaultsCrosshair}, {@link ChartAxisDefaultsLabels}, {@link ChartAxisDefaultsTitle}.
|
|
1524
|
+
*/
|
|
1507
1525
|
export declare const ChartAxisDefaults: React_2.FunctionComponent<ChartAxisDefaultsProps>;
|
|
1508
1526
|
|
|
1527
|
+
/**
|
|
1528
|
+
* Represents the KendoReact ChartAxisDefaultsCrosshair component.
|
|
1529
|
+
*
|
|
1530
|
+
* @remarks
|
|
1531
|
+
* Supported children components are: {@link ChartAxisDefaultsCrosshairTooltip}.
|
|
1532
|
+
*/
|
|
1509
1533
|
export declare const ChartAxisDefaultsCrosshair: React_2.FunctionComponent<ChartAxisDefaultsCrosshairProps>;
|
|
1510
1534
|
|
|
1511
1535
|
/**
|
|
@@ -1514,6 +1538,9 @@ export declare const ChartAxisDefaultsCrosshair: React_2.FunctionComponent<Chart
|
|
|
1514
1538
|
export declare interface ChartAxisDefaultsCrosshairProps extends AxisDefaultsCrosshair {
|
|
1515
1539
|
}
|
|
1516
1540
|
|
|
1541
|
+
/**
|
|
1542
|
+
* Represents the KendoReact ChartAxisDefaultsCrosshairTooltip component.
|
|
1543
|
+
*/
|
|
1517
1544
|
export declare const ChartAxisDefaultsCrosshairTooltip: React_2.FunctionComponent<ChartAxisDefaultsCrosshairTooltipProps>;
|
|
1518
1545
|
|
|
1519
1546
|
/**
|
|
@@ -1522,6 +1549,9 @@ export declare const ChartAxisDefaultsCrosshairTooltip: React_2.FunctionComponen
|
|
|
1522
1549
|
export declare interface ChartAxisDefaultsCrosshairTooltipProps extends AxisDefaultsCrosshairTooltip {
|
|
1523
1550
|
}
|
|
1524
1551
|
|
|
1552
|
+
/**
|
|
1553
|
+
* Represents the KendoReact ChartAxisDefaultsLabels component.
|
|
1554
|
+
*/
|
|
1525
1555
|
export declare const ChartAxisDefaultsLabels: React_2.FunctionComponent<ChartAxisDefaultsLabelsProps>;
|
|
1526
1556
|
|
|
1527
1557
|
/**
|
|
@@ -1536,6 +1566,9 @@ export declare interface ChartAxisDefaultsLabelsProps extends AxisDefaultsLabels
|
|
|
1536
1566
|
export declare interface ChartAxisDefaultsProps extends AxisDefaults {
|
|
1537
1567
|
}
|
|
1538
1568
|
|
|
1569
|
+
/**
|
|
1570
|
+
* Represents the KendoReact ChartAxisDefaultsTitle component.
|
|
1571
|
+
*/
|
|
1539
1572
|
export declare const ChartAxisDefaultsTitle: React_2.FunctionComponent<ChartAxisDefaultsTitleProps>;
|
|
1540
1573
|
|
|
1541
1574
|
/**
|
|
@@ -1620,8 +1653,20 @@ export declare interface ChartBreadcrumbProps extends Omit<BreadcrumbProps, 'dat
|
|
|
1620
1653
|
drilldownState?: ChartDrilldownState;
|
|
1621
1654
|
}
|
|
1622
1655
|
|
|
1656
|
+
/**
|
|
1657
|
+
* Represents the KendoReact ChartCategoryAxis component.
|
|
1658
|
+
*
|
|
1659
|
+
* @remarks
|
|
1660
|
+
* Supported children components are: {@link ChartCategoryAxisItem}.
|
|
1661
|
+
*/
|
|
1623
1662
|
export declare const ChartCategoryAxis: React_2.FunctionComponent<ChartCategoryAxisProps>;
|
|
1624
1663
|
|
|
1664
|
+
/**
|
|
1665
|
+
* Represents the KendoReact ChartCategoryAxisCrosshair component.
|
|
1666
|
+
*
|
|
1667
|
+
* @remarks
|
|
1668
|
+
* Supported children components are: {@link ChartCategoryAxisCrosshairTooltip}.
|
|
1669
|
+
*/
|
|
1625
1670
|
export declare const ChartCategoryAxisCrosshair: React_2.FunctionComponent<ChartCategoryAxisCrosshairProps>;
|
|
1626
1671
|
|
|
1627
1672
|
/**
|
|
@@ -1634,6 +1679,9 @@ export declare interface ChartCategoryAxisCrosshairProps extends CategoryAxisCro
|
|
|
1634
1679
|
children?: React_2.ReactNode;
|
|
1635
1680
|
}
|
|
1636
1681
|
|
|
1682
|
+
/**
|
|
1683
|
+
* Represents the KendoReact ChartCategoryAxisCrosshairTooltip component.
|
|
1684
|
+
*/
|
|
1637
1685
|
export declare const ChartCategoryAxisCrosshairTooltip: React_2.FunctionComponent<ChartCategoryAxisCrosshairTooltipProps>;
|
|
1638
1686
|
|
|
1639
1687
|
/**
|
|
@@ -1642,6 +1690,13 @@ export declare const ChartCategoryAxisCrosshairTooltip: React_2.FunctionComponen
|
|
|
1642
1690
|
export declare interface ChartCategoryAxisCrosshairTooltipProps extends CategoryAxisCrosshairTooltip {
|
|
1643
1691
|
}
|
|
1644
1692
|
|
|
1693
|
+
/**
|
|
1694
|
+
* Represents the KendoReact ChartCategoryAxisItemponent.
|
|
1695
|
+
*
|
|
1696
|
+
* @remarks
|
|
1697
|
+
* Supported children components are: {@link ChartCategoryAxisCrosshair}, {@link ChartCategoryAxisLabels}, {@link ChartCategoryAxisNotes},
|
|
1698
|
+
* {@link ChartCategoryAxisNotesIcon}, {@link ChartCategoryAxisNotesLabel}, {@link ChartCategoryAxisRangeLabels}, {@link ChartCategoryAxisSelect}, {@link ChartCategoryAxisTitle}.
|
|
1699
|
+
*/
|
|
1645
1700
|
export declare const ChartCategoryAxisItem: React_2.FunctionComponent<ChartCategoryAxisItemProps>;
|
|
1646
1701
|
|
|
1647
1702
|
/**
|
|
@@ -1654,6 +1709,9 @@ export declare interface ChartCategoryAxisItemProps extends CategoryAxis {
|
|
|
1654
1709
|
children?: React_2.ReactNode;
|
|
1655
1710
|
}
|
|
1656
1711
|
|
|
1712
|
+
/**
|
|
1713
|
+
* Represents the KendoReact ChartCategoryAxisLabels component.
|
|
1714
|
+
*/
|
|
1657
1715
|
export declare const ChartCategoryAxisLabels: React_2.FunctionComponent<ChartCategoryAxisLabelsProps>;
|
|
1658
1716
|
|
|
1659
1717
|
/**
|
|
@@ -1662,8 +1720,14 @@ export declare const ChartCategoryAxisLabels: React_2.FunctionComponent<ChartCat
|
|
|
1662
1720
|
export declare interface ChartCategoryAxisLabelsProps extends CategoryAxisLabels {
|
|
1663
1721
|
}
|
|
1664
1722
|
|
|
1723
|
+
/**
|
|
1724
|
+
* Represents the KendoReact ChartCategoryAxisNotes component.
|
|
1725
|
+
*/
|
|
1665
1726
|
export declare const ChartCategoryAxisNotes: React_2.FunctionComponent<ChartCategoryAxisNotesProps>;
|
|
1666
1727
|
|
|
1728
|
+
/**
|
|
1729
|
+
* Represents the KendoReact ChartCategoryAxisNotesIcon component.
|
|
1730
|
+
*/
|
|
1667
1731
|
export declare const ChartCategoryAxisNotesIcon: React_2.FunctionComponent<ChartCategoryAxisNotesIconProps>;
|
|
1668
1732
|
|
|
1669
1733
|
/**
|
|
@@ -1672,6 +1736,9 @@ export declare const ChartCategoryAxisNotesIcon: React_2.FunctionComponent<Chart
|
|
|
1672
1736
|
export declare interface ChartCategoryAxisNotesIconProps extends CategoryAxisNotesIcon {
|
|
1673
1737
|
}
|
|
1674
1738
|
|
|
1739
|
+
/**
|
|
1740
|
+
* Represents the KendoReact ChartCategoryAxisNotesLabel component.
|
|
1741
|
+
*/
|
|
1675
1742
|
export declare const ChartCategoryAxisNotesLabel: React_2.FunctionComponent<ChartCategoryAxisNotesLabelProps>;
|
|
1676
1743
|
|
|
1677
1744
|
/**
|
|
@@ -1693,6 +1760,9 @@ export declare interface ChartCategoryAxisProps {
|
|
|
1693
1760
|
children?: React_2.ReactNode;
|
|
1694
1761
|
}
|
|
1695
1762
|
|
|
1763
|
+
/**
|
|
1764
|
+
* Represents the KendoReact ChartCategoryAxisRangeLabels component.
|
|
1765
|
+
*/
|
|
1696
1766
|
export declare const ChartCategoryAxisRangeLabels: React_2.FunctionComponent<ChartCategoryAxisRangeLabelsProps>;
|
|
1697
1767
|
|
|
1698
1768
|
/**
|
|
@@ -1707,6 +1777,9 @@ export declare interface ChartCategoryAxisRangeLabelsProps extends CategoryAxisR
|
|
|
1707
1777
|
export declare interface ChartCategoryAxisSelectProps extends CategoryAxisSelect {
|
|
1708
1778
|
}
|
|
1709
1779
|
|
|
1780
|
+
/**
|
|
1781
|
+
* Represents the KendoReact ChartCategoryAxisTitle component.
|
|
1782
|
+
*/
|
|
1710
1783
|
export declare const ChartCategoryAxisTitle: React_2.FunctionComponent<ChartCategoryAxisTitleProps>;
|
|
1711
1784
|
|
|
1712
1785
|
/**
|
|
@@ -1786,8 +1859,17 @@ export declare interface ChartingArea {
|
|
|
1786
1859
|
width?: number;
|
|
1787
1860
|
}
|
|
1788
1861
|
|
|
1862
|
+
/**
|
|
1863
|
+
* Represents the KendoReact ChartLegend component.
|
|
1864
|
+
*
|
|
1865
|
+
* @remarks
|
|
1866
|
+
* Supported children components are: {@link ChartLegendInactiveItems}, {@link ChartLegendItem}, {@link ChartLegendTitle}.
|
|
1867
|
+
*/
|
|
1789
1868
|
export declare const ChartLegend: React_2.FunctionComponent<ChartLegendProps>;
|
|
1790
1869
|
|
|
1870
|
+
/**
|
|
1871
|
+
* Represents the KendoReact ChartLegendInactiveItems component.
|
|
1872
|
+
*/
|
|
1791
1873
|
export declare const ChartLegendInactiveItems: React_2.FunctionComponent<ChartLegendInactiveItemsProps>;
|
|
1792
1874
|
|
|
1793
1875
|
/**
|
|
@@ -1796,6 +1878,9 @@ export declare const ChartLegendInactiveItems: React_2.FunctionComponent<ChartLe
|
|
|
1796
1878
|
export declare interface ChartLegendInactiveItemsProps extends LegendInactiveItems {
|
|
1797
1879
|
}
|
|
1798
1880
|
|
|
1881
|
+
/**
|
|
1882
|
+
* Represents the KendoReact ChartLegendItem component.
|
|
1883
|
+
*/
|
|
1799
1884
|
export declare const ChartLegendItem: React_2.FunctionComponent<ChartLegendItemProps>;
|
|
1800
1885
|
|
|
1801
1886
|
/**
|
|
@@ -1826,10 +1911,29 @@ export declare const ChartLegendTitle: React_2.FunctionComponent<ChartLegendTitl
|
|
|
1826
1911
|
export declare interface ChartLegendTitleProps extends LegendTitle {
|
|
1827
1912
|
}
|
|
1828
1913
|
|
|
1914
|
+
/**
|
|
1915
|
+
* Represents the KendoReact ChartNavigator component.
|
|
1916
|
+
*
|
|
1917
|
+
* @remarks
|
|
1918
|
+
* Supported children components are: {@link ChartNavigatorHint}, {@link ChartNavigatorPane}, {@link ChartNavigatorSelect}, {@link ChartNavigatorSeries}.
|
|
1919
|
+
*/
|
|
1829
1920
|
export declare const ChartNavigator: React_2.FunctionComponent<ChartNavigatorProps>;
|
|
1830
1921
|
|
|
1922
|
+
/**
|
|
1923
|
+
* Represents the KendoReact ChartNavigatorCategoryAxis component.
|
|
1924
|
+
*
|
|
1925
|
+
* @remarks
|
|
1926
|
+
* Supported children components are: {@link ChartNavigatorCategoryAxisCrosshair}, {@link ChartNavigatorCategoryAxisLabels}, {@link ChartNavigatorCategoryAxisNotes},
|
|
1927
|
+
* {@link ChartNavigatorCategoryAxisNotesIcon}, {@link ChartNavigatorCategoryAxisNotesLabel}, {@link ChartNavigatorCategoryAxisSelect}, {@link ChartNavigatorCategoryAxisTitle}.
|
|
1928
|
+
*/
|
|
1831
1929
|
export declare const ChartNavigatorCategoryAxis: React_2.FunctionComponent<ChartNavigatorCategoryAxisProps>;
|
|
1832
1930
|
|
|
1931
|
+
/**
|
|
1932
|
+
* Represents the KendoReact ChartNavigatorCategoryAxisCrosshair component.
|
|
1933
|
+
*
|
|
1934
|
+
* @remarks
|
|
1935
|
+
* Supported children components are: {@link ChartNavigatorCategoryAxisCrosshairTooltip}.
|
|
1936
|
+
*/
|
|
1833
1937
|
export declare const ChartNavigatorCategoryAxisCrosshair: React_2.FunctionComponent<ChartNavigatorCategoryAxisCrosshairProps>;
|
|
1834
1938
|
|
|
1835
1939
|
/**
|
|
@@ -1838,6 +1942,9 @@ export declare const ChartNavigatorCategoryAxisCrosshair: React_2.FunctionCompon
|
|
|
1838
1942
|
export declare interface ChartNavigatorCategoryAxisCrosshairProps extends CategoryAxisCrosshair {
|
|
1839
1943
|
}
|
|
1840
1944
|
|
|
1945
|
+
/**
|
|
1946
|
+
* Represents the KendoReact ChartNavigatorCategoryAxisCrosshairTooltip component.
|
|
1947
|
+
*/
|
|
1841
1948
|
export declare const ChartNavigatorCategoryAxisCrosshairTooltip: React_2.FunctionComponent<ChartNavigatorCategoryAxisCrosshairTooltipProps>;
|
|
1842
1949
|
|
|
1843
1950
|
/**
|
|
@@ -1846,6 +1953,9 @@ export declare const ChartNavigatorCategoryAxisCrosshairTooltip: React_2.Functio
|
|
|
1846
1953
|
export declare interface ChartNavigatorCategoryAxisCrosshairTooltipProps extends CategoryAxisCrosshairTooltip {
|
|
1847
1954
|
}
|
|
1848
1955
|
|
|
1956
|
+
/**
|
|
1957
|
+
* Represents the KendoReact ChartNavigatorCategoryAxisLabels component.
|
|
1958
|
+
*/
|
|
1849
1959
|
export declare const ChartNavigatorCategoryAxisLabels: React_2.FunctionComponent<ChartNavigatorCategoryAxisLabelsProps>;
|
|
1850
1960
|
|
|
1851
1961
|
/**
|
|
@@ -1854,8 +1964,14 @@ export declare const ChartNavigatorCategoryAxisLabels: React_2.FunctionComponent
|
|
|
1854
1964
|
export declare interface ChartNavigatorCategoryAxisLabelsProps extends CategoryAxisLabels {
|
|
1855
1965
|
}
|
|
1856
1966
|
|
|
1967
|
+
/**
|
|
1968
|
+
* Represents the the KendoReact ChartNavigatorCategoryAxisNotes component.
|
|
1969
|
+
*/
|
|
1857
1970
|
export declare const ChartNavigatorCategoryAxisNotes: React_2.FunctionComponent<ChartNavigatorCategoryAxisNotesProps>;
|
|
1858
1971
|
|
|
1972
|
+
/**
|
|
1973
|
+
* Represents the props of the KendoReact ChartNavigatorCategoryAxisNotesIcon component.
|
|
1974
|
+
*/
|
|
1859
1975
|
export declare const ChartNavigatorCategoryAxisNotesIcon: React_2.FunctionComponent<ChartNavigatorCategoryAxisNotesIconProps>;
|
|
1860
1976
|
|
|
1861
1977
|
/**
|
|
@@ -1864,6 +1980,9 @@ export declare const ChartNavigatorCategoryAxisNotesIcon: React_2.FunctionCompon
|
|
|
1864
1980
|
export declare interface ChartNavigatorCategoryAxisNotesIconProps extends CategoryAxisNotesIcon {
|
|
1865
1981
|
}
|
|
1866
1982
|
|
|
1983
|
+
/**
|
|
1984
|
+
* Represents the props of the KendoReact ChartNavigatorCategoryAxisNotesLabel component.
|
|
1985
|
+
*/
|
|
1867
1986
|
export declare const ChartNavigatorCategoryAxisNotesLabel: React_2.FunctionComponent<ChartNavigatorCategoryAxisNotesLabelProps>;
|
|
1868
1987
|
|
|
1869
1988
|
/**
|
|
@@ -1890,6 +2009,9 @@ export declare interface ChartNavigatorCategoryAxisProps extends CategoryAxis {
|
|
|
1890
2009
|
export declare interface ChartNavigatorCategoryAxisSelectProps extends CategoryAxisSelect {
|
|
1891
2010
|
}
|
|
1892
2011
|
|
|
2012
|
+
/**
|
|
2013
|
+
* Represents the props of the KendoReact ChartNavigatorCategoryAxisTitle component.
|
|
2014
|
+
*/
|
|
1893
2015
|
export declare const ChartNavigatorCategoryAxisTitle: React_2.FunctionComponent<ChartNavigatorCategoryAxisTitleProps>;
|
|
1894
2016
|
|
|
1895
2017
|
/**
|
|
@@ -1898,6 +2020,10 @@ export declare const ChartNavigatorCategoryAxisTitle: React_2.FunctionComponent<
|
|
|
1898
2020
|
export declare interface ChartNavigatorCategoryAxisTitleProps extends CategoryAxisTitle {
|
|
1899
2021
|
}
|
|
1900
2022
|
|
|
2023
|
+
/**
|
|
2024
|
+
* Represents the KendoReact ChartNavigatorHint component.
|
|
2025
|
+
*
|
|
2026
|
+
*/
|
|
1901
2027
|
export declare const ChartNavigatorHint: React_2.FunctionComponent<ChartNavigatorHintProps>;
|
|
1902
2028
|
|
|
1903
2029
|
/**
|
|
@@ -1906,6 +2032,12 @@ export declare const ChartNavigatorHint: React_2.FunctionComponent<ChartNavigato
|
|
|
1906
2032
|
export declare interface ChartNavigatorHintProps extends NavigatorHint {
|
|
1907
2033
|
}
|
|
1908
2034
|
|
|
2035
|
+
/**
|
|
2036
|
+
* Represents the KendoReact ChartNavigatorPane component.
|
|
2037
|
+
*
|
|
2038
|
+
* @remarks
|
|
2039
|
+
* Supported children components are: {@link ChartNavigatorPaneTitle}.
|
|
2040
|
+
*/
|
|
1909
2041
|
export declare const ChartNavigatorPane: React_2.FunctionComponent<ChartNavigatorPaneProps>;
|
|
1910
2042
|
|
|
1911
2043
|
/**
|
|
@@ -1914,6 +2046,9 @@ export declare const ChartNavigatorPane: React_2.FunctionComponent<ChartNavigato
|
|
|
1914
2046
|
export declare interface ChartNavigatorPaneProps extends Pane {
|
|
1915
2047
|
}
|
|
1916
2048
|
|
|
2049
|
+
/**
|
|
2050
|
+
* Represents the KendoReact ChartNavigatorPaneTitle component.
|
|
2051
|
+
*/
|
|
1917
2052
|
export declare const ChartNavigatorPaneTitle: React_2.FunctionComponent<ChartNavigatorPaneTitleProps>;
|
|
1918
2053
|
|
|
1919
2054
|
/**
|
|
@@ -1932,16 +2067,28 @@ export declare interface ChartNavigatorProps extends Navigator_2 {
|
|
|
1932
2067
|
children?: React_2.ReactNode;
|
|
1933
2068
|
}
|
|
1934
2069
|
|
|
2070
|
+
/**
|
|
2071
|
+
* Represents the KendoReact ChartNavigatorSelect component.
|
|
2072
|
+
*/
|
|
1935
2073
|
export declare const ChartNavigatorSelect: React_2.FunctionComponent<ChartNavigatorSelectProps>;
|
|
1936
2074
|
|
|
1937
2075
|
/**
|
|
1938
|
-
* Represents the props of
|
|
2076
|
+
* Represents the props of the KendoReact ChartNavigatorSelect component.
|
|
1939
2077
|
*/
|
|
1940
2078
|
export declare interface ChartNavigatorSelectProps extends NavigatorSelect {
|
|
1941
2079
|
}
|
|
1942
2080
|
|
|
2081
|
+
/**
|
|
2082
|
+
* Represents the KendoReact ChartNavigatorSeries component.
|
|
2083
|
+
*
|
|
2084
|
+
* @remarks
|
|
2085
|
+
* Supported children components are: {@link ChartNavigatorSeriesItem}.
|
|
2086
|
+
*/
|
|
1943
2087
|
export declare const ChartNavigatorSeries: React_2.FunctionComponent<ChartNavigatorSeriesProps>;
|
|
1944
2088
|
|
|
2089
|
+
/**
|
|
2090
|
+
* Represents the KendoReact ChartNavigatorSeriesErrorBars component.
|
|
2091
|
+
*/
|
|
1945
2092
|
export declare const ChartNavigatorSeriesErrorBars: React_2.FunctionComponent<ChartNavigatorSeriesErrorBarsProps>;
|
|
1946
2093
|
|
|
1947
2094
|
/**
|
|
@@ -1950,6 +2097,9 @@ export declare const ChartNavigatorSeriesErrorBars: React_2.FunctionComponent<Ch
|
|
|
1950
2097
|
export declare interface ChartNavigatorSeriesErrorBarsProps extends SeriesErrorBars {
|
|
1951
2098
|
}
|
|
1952
2099
|
|
|
2100
|
+
/**
|
|
2101
|
+
* Represents the KendoReact ChartNavigatorSeriesExtremes component.
|
|
2102
|
+
*/
|
|
1953
2103
|
export declare const ChartNavigatorSeriesExtremes: React_2.FunctionComponent<ChartNavigatorSeriesExtremesProps>;
|
|
1954
2104
|
|
|
1955
2105
|
/**
|
|
@@ -1958,6 +2108,9 @@ export declare const ChartNavigatorSeriesExtremes: React_2.FunctionComponent<Cha
|
|
|
1958
2108
|
export declare interface ChartNavigatorSeriesExtremesProps extends SeriesExtremes {
|
|
1959
2109
|
}
|
|
1960
2110
|
|
|
2111
|
+
/**
|
|
2112
|
+
* Represents the KendoReact ChartNavigatorSeriesHighlight component.
|
|
2113
|
+
*/
|
|
1961
2114
|
export declare const ChartNavigatorSeriesHighlight: React_2.FunctionComponent<ChartNavigatorSeriesHighlightProps>;
|
|
1962
2115
|
|
|
1963
2116
|
/**
|
|
@@ -1966,8 +2119,18 @@ export declare const ChartNavigatorSeriesHighlight: React_2.FunctionComponent<Ch
|
|
|
1966
2119
|
export declare interface ChartNavigatorSeriesHighlightProps extends SeriesHighlight {
|
|
1967
2120
|
}
|
|
1968
2121
|
|
|
2122
|
+
/**
|
|
2123
|
+
* Represents the KendoReact ChartNavigatorSeriesItem component.
|
|
2124
|
+
*
|
|
2125
|
+
* @remarks
|
|
2126
|
+
* Supported children components are: {@link ChartNavigatorSeriesErrorBars}, {@link ChartNavigatorSeriesExtremes}, {@link ChartNavigatorSeriesHighlight}, {@link ChartNavigatorSeriesLabels},
|
|
2127
|
+
* {@link ChartNavigatorSeriesMarkers}, {@link ChartNavigatorSeriesNotes}, {@link ChartNavigatorSeriesItemOutliers}, {@link ChartNavigatorSeriesItemTooltip}.
|
|
2128
|
+
*/
|
|
1969
2129
|
export declare const ChartNavigatorSeriesItem: React_2.FunctionComponent<ChartNavigatorSeriesItemProps>;
|
|
1970
2130
|
|
|
2131
|
+
/**
|
|
2132
|
+
* Represents the KendoReact ChartNavigatorSeriesItemOutliers component.
|
|
2133
|
+
*/
|
|
1971
2134
|
export declare const ChartNavigatorSeriesItemOutliers: React_2.FunctionComponent<ChartNavigatorSeriesItemOutliersProps>;
|
|
1972
2135
|
|
|
1973
2136
|
/**
|
|
@@ -1982,6 +2145,9 @@ export declare interface ChartNavigatorSeriesItemOutliersProps extends SeriesOut
|
|
|
1982
2145
|
export declare interface ChartNavigatorSeriesItemProps extends Series {
|
|
1983
2146
|
}
|
|
1984
2147
|
|
|
2148
|
+
/**
|
|
2149
|
+
* Represents the KendoReact ChartNavigatorSeriesItemTooltip component.
|
|
2150
|
+
*/
|
|
1985
2151
|
export declare const ChartNavigatorSeriesItemTooltip: React_2.FunctionComponent<ChartNavigatorSeriesItemTooltipProps>;
|
|
1986
2152
|
|
|
1987
2153
|
/**
|
|
@@ -1991,8 +2157,17 @@ export declare interface ChartNavigatorSeriesItemTooltipProps extends SeriesTool
|
|
|
1991
2157
|
render?: (props: TooltipContext) => React_2.ReactNode;
|
|
1992
2158
|
}
|
|
1993
2159
|
|
|
2160
|
+
/**
|
|
2161
|
+
* Represents the KendoReact ChartNavigatorSeriesLabels component.
|
|
2162
|
+
*
|
|
2163
|
+
* @remarks
|
|
2164
|
+
* Supported children components are: {@link ChartNavigatorSeriesLabelsFrom}, {@link ChartNavigatorSeriesLabelsTo}.
|
|
2165
|
+
*/
|
|
1994
2166
|
export declare const ChartNavigatorSeriesLabels: React_2.FunctionComponent<ChartNavigatorSeriesLabelsProps>;
|
|
1995
2167
|
|
|
2168
|
+
/**
|
|
2169
|
+
* Represents the KendoReact ChartNavigatorSeriesLabelsFrom component.
|
|
2170
|
+
*/
|
|
1996
2171
|
export declare const ChartNavigatorSeriesLabelsFrom: React_2.FunctionComponent<ChartNavigatorSeriesLabelsFromProps>;
|
|
1997
2172
|
|
|
1998
2173
|
/**
|
|
@@ -2007,6 +2182,9 @@ export declare interface ChartNavigatorSeriesLabelsFromProps extends SeriesLabel
|
|
|
2007
2182
|
export declare interface ChartNavigatorSeriesLabelsProps extends SeriesLabels {
|
|
2008
2183
|
}
|
|
2009
2184
|
|
|
2185
|
+
/**
|
|
2186
|
+
* Represents the KendoReact ChartNavigatorSeriesLabelsTo component.
|
|
2187
|
+
*/
|
|
2010
2188
|
export declare const ChartNavigatorSeriesLabelsTo: React_2.FunctionComponent<ChartNavigatorSeriesLabelsToProps>;
|
|
2011
2189
|
|
|
2012
2190
|
/**
|
|
@@ -2015,6 +2193,9 @@ export declare const ChartNavigatorSeriesLabelsTo: React_2.FunctionComponent<Cha
|
|
|
2015
2193
|
export declare interface ChartNavigatorSeriesLabelsToProps extends SeriesLabelsTo {
|
|
2016
2194
|
}
|
|
2017
2195
|
|
|
2196
|
+
/**
|
|
2197
|
+
* Represents the KendoReact ChartNavigatorSeriesMarkers component.
|
|
2198
|
+
*/
|
|
2018
2199
|
export declare const ChartNavigatorSeriesMarkers: React_2.FunctionComponent<ChartNavigatorSeriesMarkersProps>;
|
|
2019
2200
|
|
|
2020
2201
|
/**
|
|
@@ -2023,8 +2204,17 @@ export declare const ChartNavigatorSeriesMarkers: React_2.FunctionComponent<Char
|
|
|
2023
2204
|
export declare interface ChartNavigatorSeriesMarkersProps extends SeriesMarkers {
|
|
2024
2205
|
}
|
|
2025
2206
|
|
|
2207
|
+
/**
|
|
2208
|
+
* Represents the KendoReact ChartNavigatorSeriesNotes component.
|
|
2209
|
+
*
|
|
2210
|
+
* @remarks
|
|
2211
|
+
* Supported children components are: {@link ChartNavigatorSeriesNotesIcon}, {@link ChartNavigatorSeriesNotesLabel}.
|
|
2212
|
+
*/
|
|
2026
2213
|
export declare const ChartNavigatorSeriesNotes: React_2.FunctionComponent<ChartNavigatorSeriesNotesProps>;
|
|
2027
2214
|
|
|
2215
|
+
/**
|
|
2216
|
+
* Represents the KendoReact ChartNavigatorSeriesNotesIcon component.
|
|
2217
|
+
*/
|
|
2028
2218
|
export declare const ChartNavigatorSeriesNotesIcon: React_2.FunctionComponent<ChartNavigatorSeriesNotesIconProps>;
|
|
2029
2219
|
|
|
2030
2220
|
/**
|
|
@@ -2033,6 +2223,9 @@ export declare const ChartNavigatorSeriesNotesIcon: React_2.FunctionComponent<Ch
|
|
|
2033
2223
|
export declare interface ChartNavigatorSeriesNotesIconProps extends SeriesNotesIcon {
|
|
2034
2224
|
}
|
|
2035
2225
|
|
|
2226
|
+
/**
|
|
2227
|
+
* Represents the KendoReact ChartNavigatorSeriesNotesLabel component.
|
|
2228
|
+
*/
|
|
2036
2229
|
export declare const ChartNavigatorSeriesNotesLabel: React_2.FunctionComponent<ChartNavigatorSeriesNotesLabelProps>;
|
|
2037
2230
|
|
|
2038
2231
|
/**
|
|
@@ -2078,8 +2271,20 @@ export declare interface ChartNoDataOverlayProps {
|
|
|
2078
2271
|
children?: React_2.ReactNode;
|
|
2079
2272
|
}
|
|
2080
2273
|
|
|
2274
|
+
/**
|
|
2275
|
+
* Represents the KendoReact ChartPane component.
|
|
2276
|
+
*
|
|
2277
|
+
* @remarks
|
|
2278
|
+
* Supported children components are: {@link ChartPaneTitle}.
|
|
2279
|
+
*/
|
|
2081
2280
|
export declare const ChartPane: React_2.FunctionComponent<ChartPaneProps>;
|
|
2082
2281
|
|
|
2282
|
+
/**
|
|
2283
|
+
* Represents the KendoReact ChartPaneDefaults component.
|
|
2284
|
+
*
|
|
2285
|
+
* @remarks
|
|
2286
|
+
* Supported children components are: {@link ChartPaneDefaultsTitle}.
|
|
2287
|
+
*/
|
|
2083
2288
|
export declare const ChartPaneDefaults: React_2.FunctionComponent<ChartPaneDefaultsProps>;
|
|
2084
2289
|
|
|
2085
2290
|
/**
|
|
@@ -2092,6 +2297,9 @@ export declare interface ChartPaneDefaultsProps extends PaneDefaults {
|
|
|
2092
2297
|
children?: React_2.ReactNode;
|
|
2093
2298
|
}
|
|
2094
2299
|
|
|
2300
|
+
/**
|
|
2301
|
+
* Represents the KendoReact ChartPaneDefaultsTitle component ([see example]({% slug panes_chart_charts %})).
|
|
2302
|
+
*/
|
|
2095
2303
|
export declare const ChartPaneDefaultsTitle: React_2.FunctionComponent<ChartPaneDefaultsTitleProps>;
|
|
2096
2304
|
|
|
2097
2305
|
/**
|
|
@@ -2106,6 +2314,12 @@ export declare interface ChartPaneDefaultsTitleProps extends PaneDefaultsTitle {
|
|
|
2106
2314
|
export declare interface ChartPaneProps extends Pane {
|
|
2107
2315
|
}
|
|
2108
2316
|
|
|
2317
|
+
/**
|
|
2318
|
+
* Represents the KendoReact ChartPanes component.
|
|
2319
|
+
*
|
|
2320
|
+
* @remarks
|
|
2321
|
+
* Supported children components are: {@link ChartPane}.
|
|
2322
|
+
*/
|
|
2109
2323
|
export declare const ChartPanes: React_2.FunctionComponent<ChartPanesProps>;
|
|
2110
2324
|
|
|
2111
2325
|
/**
|
|
@@ -2115,6 +2329,9 @@ export declare interface ChartPanesProps {
|
|
|
2115
2329
|
children?: React_2.ReactNode;
|
|
2116
2330
|
}
|
|
2117
2331
|
|
|
2332
|
+
/**
|
|
2333
|
+
* Represents the KendoReact ChartPaneTitle component ([see example]({% slug panes_chart_charts %})).
|
|
2334
|
+
*/
|
|
2118
2335
|
export declare const ChartPaneTitle: React_2.FunctionComponent<ChartPaneTitleProps>;
|
|
2119
2336
|
|
|
2120
2337
|
/**
|
|
@@ -2137,6 +2354,9 @@ export declare interface ChartPaneType {
|
|
|
2137
2354
|
visual: Group;
|
|
2138
2355
|
}
|
|
2139
2356
|
|
|
2357
|
+
/**
|
|
2358
|
+
* Represents the KendoReact ChartPlotArea component ([see example]({% slug plotarea_chart_charts %})).
|
|
2359
|
+
*/
|
|
2140
2360
|
export declare const ChartPlotArea: React_2.FunctionComponent<ChartPlotAreaProps>;
|
|
2141
2361
|
|
|
2142
2362
|
/**
|
|
@@ -2171,10 +2391,25 @@ export declare interface ChartProps extends BaseChartProps {
|
|
|
2171
2391
|
|
|
2172
2392
|
export declare type Charts = Chart | StockChart | Sparkline;
|
|
2173
2393
|
|
|
2394
|
+
/**
|
|
2395
|
+
* Represents the KendoReact ChartSeries component.
|
|
2396
|
+
*
|
|
2397
|
+
* @remarks
|
|
2398
|
+
* Supported children components are: {@link ChartSeriesItem}.
|
|
2399
|
+
*/
|
|
2174
2400
|
export declare const ChartSeries: React_2.FunctionComponent<ChartSeriesProps>;
|
|
2175
2401
|
|
|
2402
|
+
/**
|
|
2403
|
+
* Represents the KendoReact ChartSeriesDefaults component.
|
|
2404
|
+
*
|
|
2405
|
+
* @remarks
|
|
2406
|
+
* Supported children components are: {@link ChartSeriesDefaultsLabels}, {@link ChartSeriesDefaultsTooltip}, {@link ChartSeriesDefaultsNotes}.
|
|
2407
|
+
*/
|
|
2176
2408
|
export declare const ChartSeriesDefaults: React_2.FunctionComponent<ChartSeriesDefaultsProps>;
|
|
2177
2409
|
|
|
2410
|
+
/**
|
|
2411
|
+
* Represents the KendoReact ChartSeriesDefaultsItemTooltip component.
|
|
2412
|
+
*/
|
|
2178
2413
|
export declare const ChartSeriesDefaultsItemTooltip: React_2.FunctionComponent<ChartSeriesDefaultsItemTooltipProps>;
|
|
2179
2414
|
|
|
2180
2415
|
/**
|
|
@@ -2184,8 +2419,17 @@ export declare interface ChartSeriesDefaultsItemTooltipProps extends SeriesDefau
|
|
|
2184
2419
|
render?: (props: TooltipContext) => React_2.ReactNode;
|
|
2185
2420
|
}
|
|
2186
2421
|
|
|
2422
|
+
/**
|
|
2423
|
+
* Represents the KendoReact ChartSeriesDefaultsLabels component.
|
|
2424
|
+
*
|
|
2425
|
+
* @remarks
|
|
2426
|
+
* Supported children components are: {@link ChartSeriesDefaultsLabelsFrom}, {@link ChartSeriesDefaultsLabelsTo}.
|
|
2427
|
+
*/
|
|
2187
2428
|
export declare const ChartSeriesDefaultsLabels: React_2.FunctionComponent<ChartSeriesDefaultsLabelsProps>;
|
|
2188
2429
|
|
|
2430
|
+
/**
|
|
2431
|
+
* Represents the KendoReact ChartSeriesDefaultsLabelsFrom component.
|
|
2432
|
+
*/
|
|
2189
2433
|
export declare const ChartSeriesDefaultsLabelsFrom: React_2.FunctionComponent<ChartSeriesDefaultsLabelsFromProps>;
|
|
2190
2434
|
|
|
2191
2435
|
/**
|
|
@@ -2200,6 +2444,9 @@ export declare interface ChartSeriesDefaultsLabelsFromProps extends SeriesDefaul
|
|
|
2200
2444
|
export declare interface ChartSeriesDefaultsLabelsProps extends SeriesDefaultsLabels {
|
|
2201
2445
|
}
|
|
2202
2446
|
|
|
2447
|
+
/**
|
|
2448
|
+
* Represents the the KendoReact ChartSeriesDefaultsLabelsTo component.
|
|
2449
|
+
*/
|
|
2203
2450
|
export declare const ChartSeriesDefaultsLabelsTo: React_2.FunctionComponent<ChartSeriesDefaultsLabelsToProps>;
|
|
2204
2451
|
|
|
2205
2452
|
/**
|
|
@@ -2208,8 +2455,17 @@ export declare const ChartSeriesDefaultsLabelsTo: React_2.FunctionComponent<Char
|
|
|
2208
2455
|
export declare interface ChartSeriesDefaultsLabelsToProps extends SeriesDefaultsLabelsTo {
|
|
2209
2456
|
}
|
|
2210
2457
|
|
|
2458
|
+
/**
|
|
2459
|
+
* Represents the KendoReact ChartSeriesDefaultsNotes component.
|
|
2460
|
+
*
|
|
2461
|
+
* @remarks
|
|
2462
|
+
* Supported children components are: {@link ChartSeriesDefaultsNotesIcon}, {@link ChartSeriesDefaultsNotesLabel}.
|
|
2463
|
+
*/
|
|
2211
2464
|
export declare const ChartSeriesDefaultsNotes: React_2.FunctionComponent<ChartSeriesDefaultsNotesProps>;
|
|
2212
2465
|
|
|
2466
|
+
/**
|
|
2467
|
+
* Represents the KendoReact ChartSeriesDefaultsNotesIcon component.
|
|
2468
|
+
*/
|
|
2213
2469
|
export declare const ChartSeriesDefaultsNotesIcon: React_2.FunctionComponent<ChartSeriesDefaultsNotesIconProps>;
|
|
2214
2470
|
|
|
2215
2471
|
/**
|
|
@@ -2218,6 +2474,9 @@ export declare const ChartSeriesDefaultsNotesIcon: React_2.FunctionComponent<Cha
|
|
|
2218
2474
|
export declare interface ChartSeriesDefaultsNotesIconProps extends SeriesDefaultsNotesIcon {
|
|
2219
2475
|
}
|
|
2220
2476
|
|
|
2477
|
+
/**
|
|
2478
|
+
* Represents the KendoReact ChartSeriesDefaultsNotesLabel component.
|
|
2479
|
+
*/
|
|
2221
2480
|
export declare const ChartSeriesDefaultsNotesLabel: React_2.FunctionComponent<ChartSeriesDefaultsNotesLabelProps>;
|
|
2222
2481
|
|
|
2223
2482
|
/**
|
|
@@ -2238,6 +2497,9 @@ export declare interface ChartSeriesDefaultsNotesProps extends SeriesDefaultsNot
|
|
|
2238
2497
|
export declare interface ChartSeriesDefaultsProps extends SeriesDefaults {
|
|
2239
2498
|
}
|
|
2240
2499
|
|
|
2500
|
+
/**
|
|
2501
|
+
* Represents the KendoReact ChartSeriesErrorBars component.
|
|
2502
|
+
*/
|
|
2241
2503
|
export declare const ChartSeriesErrorBars: React_2.FunctionComponent<ChartSeriesErrorBarsProps>;
|
|
2242
2504
|
|
|
2243
2505
|
/**
|
|
@@ -2246,6 +2508,9 @@ export declare const ChartSeriesErrorBars: React_2.FunctionComponent<ChartSeries
|
|
|
2246
2508
|
export declare interface ChartSeriesErrorBarsProps extends SeriesErrorBars {
|
|
2247
2509
|
}
|
|
2248
2510
|
|
|
2511
|
+
/**
|
|
2512
|
+
* Represents the KendoReact ChartSeriesExtremes component.
|
|
2513
|
+
*/
|
|
2249
2514
|
export declare const ChartSeriesExtremes: React_2.FunctionComponent<ChartSeriesExtremesProps>;
|
|
2250
2515
|
|
|
2251
2516
|
/**
|
|
@@ -2254,6 +2519,9 @@ export declare const ChartSeriesExtremes: React_2.FunctionComponent<ChartSeriesE
|
|
|
2254
2519
|
export declare interface ChartSeriesExtremesProps extends SeriesExtremes {
|
|
2255
2520
|
}
|
|
2256
2521
|
|
|
2522
|
+
/**
|
|
2523
|
+
* Represents the KendoReact ChartSeriesHighlight component.
|
|
2524
|
+
*/
|
|
2257
2525
|
export declare const ChartSeriesHighlight: React_2.FunctionComponent<ChartSeriesHighlightProps>;
|
|
2258
2526
|
|
|
2259
2527
|
/**
|
|
@@ -2262,8 +2530,17 @@ export declare const ChartSeriesHighlight: React_2.FunctionComponent<ChartSeries
|
|
|
2262
2530
|
export declare interface ChartSeriesHighlightProps extends SeriesHighlight {
|
|
2263
2531
|
}
|
|
2264
2532
|
|
|
2533
|
+
/**
|
|
2534
|
+
* Represents the KendoReact ChartSeriesItem component.
|
|
2535
|
+
*
|
|
2536
|
+
* @remarks
|
|
2537
|
+
* Supported children components are: {}.
|
|
2538
|
+
*/
|
|
2265
2539
|
export declare const ChartSeriesItem: React_2.FunctionComponent<ChartSeriesItemProps>;
|
|
2266
2540
|
|
|
2541
|
+
/**
|
|
2542
|
+
* Represents the KendoReact ChartSeriesItemOutliers component.
|
|
2543
|
+
*/
|
|
2267
2544
|
export declare const ChartSeriesItemOutliers: React_2.FunctionComponent<ChartSeriesItemOutliersProps>;
|
|
2268
2545
|
|
|
2269
2546
|
/**
|
|
@@ -2290,6 +2567,9 @@ export declare interface ChartSeriesItemProps extends Series {
|
|
|
2290
2567
|
drilldownSeriesFactory?: (props: any) => React_2.ReactElement<any, any>;
|
|
2291
2568
|
}
|
|
2292
2569
|
|
|
2570
|
+
/**
|
|
2571
|
+
* Represents the KendoReact ChartSeriesItemTooltip component ([see example]({% slug tooltips_chart_charts %})).
|
|
2572
|
+
*/
|
|
2293
2573
|
export declare const ChartSeriesItemTooltip: React_2.FunctionComponent<ChartSeriesItemTooltipProps>;
|
|
2294
2574
|
|
|
2295
2575
|
/**
|
|
@@ -2299,8 +2579,17 @@ export declare interface ChartSeriesItemTooltipProps extends SeriesTooltip_2 {
|
|
|
2299
2579
|
render?: (props: TooltipContext) => React_2.ReactNode;
|
|
2300
2580
|
}
|
|
2301
2581
|
|
|
2582
|
+
/**
|
|
2583
|
+
* Represents the KendoReact ChartSeriesLabels component.
|
|
2584
|
+
*
|
|
2585
|
+
* @remarks
|
|
2586
|
+
* Supported children components are: {@link ChartSeriesLabelsFrom}, {@link ChartSeriesLabelsTo}.
|
|
2587
|
+
*/
|
|
2302
2588
|
export declare const ChartSeriesLabels: React_2.FunctionComponent<ChartSeriesLabelsProps>;
|
|
2303
2589
|
|
|
2590
|
+
/**
|
|
2591
|
+
* Represents the KendoReact ChartSeriesLabelsFrom component.
|
|
2592
|
+
*/
|
|
2304
2593
|
export declare const ChartSeriesLabelsFrom: React_2.FunctionComponent<ChartSeriesLabelsFromProps>;
|
|
2305
2594
|
|
|
2306
2595
|
/**
|
|
@@ -2319,6 +2608,9 @@ export declare interface ChartSeriesLabelsProps extends SeriesLabels {
|
|
|
2319
2608
|
children?: React_2.ReactNode;
|
|
2320
2609
|
}
|
|
2321
2610
|
|
|
2611
|
+
/**
|
|
2612
|
+
* Represents the KendoReact ChartSeriesLabelsTo component.
|
|
2613
|
+
*/
|
|
2322
2614
|
export declare const ChartSeriesLabelsTo: React_2.FunctionComponent<ChartSeriesLabelsToProps>;
|
|
2323
2615
|
|
|
2324
2616
|
/**
|
|
@@ -2327,6 +2619,9 @@ export declare const ChartSeriesLabelsTo: React_2.FunctionComponent<ChartSeriesL
|
|
|
2327
2619
|
export declare interface ChartSeriesLabelsToProps extends SeriesLabelsTo {
|
|
2328
2620
|
}
|
|
2329
2621
|
|
|
2622
|
+
/**
|
|
2623
|
+
* Represents the KendoReact ChartSeriesMarkers component.
|
|
2624
|
+
*/
|
|
2330
2625
|
export declare const ChartSeriesMarkers: React_2.FunctionComponent<ChartSeriesMarkersProps>;
|
|
2331
2626
|
|
|
2332
2627
|
/**
|
|
@@ -2335,8 +2630,17 @@ export declare const ChartSeriesMarkers: React_2.FunctionComponent<ChartSeriesMa
|
|
|
2335
2630
|
export declare interface ChartSeriesMarkersProps extends SeriesMarkers {
|
|
2336
2631
|
}
|
|
2337
2632
|
|
|
2633
|
+
/**
|
|
2634
|
+
* Represents the KendoReact ChartSeriesNotes component.
|
|
2635
|
+
*
|
|
2636
|
+
* @remarks
|
|
2637
|
+
* Supported children components are: {@link ChartSeriesNotesIcon}, {@link ChartSeriesNotesLabel}.
|
|
2638
|
+
*/
|
|
2338
2639
|
export declare const ChartSeriesNotes: React_2.FunctionComponent<ChartSeriesNotesProps>;
|
|
2339
2640
|
|
|
2641
|
+
/**
|
|
2642
|
+
* Represents the KendoReact ChartSeriesNotesIcon component.
|
|
2643
|
+
*/
|
|
2340
2644
|
export declare const ChartSeriesNotesIcon: React_2.FunctionComponent<ChartSeriesNotesIconProps>;
|
|
2341
2645
|
|
|
2342
2646
|
/**
|
|
@@ -2345,6 +2649,9 @@ export declare const ChartSeriesNotesIcon: React_2.FunctionComponent<ChartSeries
|
|
|
2345
2649
|
export declare interface ChartSeriesNotesIconProps extends SeriesNotesIcon {
|
|
2346
2650
|
}
|
|
2347
2651
|
|
|
2652
|
+
/**
|
|
2653
|
+
* Represents the KendoReact ChartSeriesNotesLabel component.
|
|
2654
|
+
*/
|
|
2348
2655
|
export declare const ChartSeriesNotesLabel: React_2.FunctionComponent<ChartSeriesNotesLabelProps>;
|
|
2349
2656
|
|
|
2350
2657
|
/**
|
|
@@ -2366,6 +2673,9 @@ export declare interface ChartSeriesProps {
|
|
|
2366
2673
|
children?: React_2.ReactNode;
|
|
2367
2674
|
}
|
|
2368
2675
|
|
|
2676
|
+
/**
|
|
2677
|
+
* Represents the KendoReact ChartSubtitle component ([see example]({% slug title_chart_charts %})).
|
|
2678
|
+
*/
|
|
2369
2679
|
export declare const ChartSubtitle: React_2.FunctionComponent<ChartSubtitleProps>;
|
|
2370
2680
|
|
|
2371
2681
|
/**
|
|
@@ -2374,6 +2684,9 @@ export declare const ChartSubtitle: React_2.FunctionComponent<ChartSubtitleProps
|
|
|
2374
2684
|
export declare interface ChartSubtitleProps extends Subtitle {
|
|
2375
2685
|
}
|
|
2376
2686
|
|
|
2687
|
+
/**
|
|
2688
|
+
* Represents the KendoReact ChartTitle component ([see example]({% slug title_chart_charts %})).
|
|
2689
|
+
*/
|
|
2377
2690
|
export declare const ChartTitle: React_2.FunctionComponent<ChartTitleProps>;
|
|
2378
2691
|
|
|
2379
2692
|
/**
|
|
@@ -2382,6 +2695,9 @@ export declare const ChartTitle: React_2.FunctionComponent<ChartTitleProps>;
|
|
|
2382
2695
|
export declare interface ChartTitleProps extends Title {
|
|
2383
2696
|
}
|
|
2384
2697
|
|
|
2698
|
+
/**
|
|
2699
|
+
* Represents the KendoReact ChartTooltip component ([see example]({% slug tooltips_chart_charts %})).
|
|
2700
|
+
*/
|
|
2385
2701
|
export declare const ChartTooltip: React_2.FunctionComponent<ChartTooltipProps>;
|
|
2386
2702
|
|
|
2387
2703
|
/**
|
|
@@ -2391,8 +2707,20 @@ export declare interface ChartTooltipProps extends Tooltip {
|
|
|
2391
2707
|
render?: ((props: TooltipContext) => React_2.ReactNode) | ((props: SharedTooltipContext) => React_2.ReactNode);
|
|
2392
2708
|
}
|
|
2393
2709
|
|
|
2710
|
+
/**
|
|
2711
|
+
* Represents the KendoReact ChartValueAxis component ([see example]({% slug axes_chart_charts %}#toc-categorical-chart-axes)).
|
|
2712
|
+
*
|
|
2713
|
+
* @remarks
|
|
2714
|
+
* Supported children components are: {@link ChartValueAxisItem}.
|
|
2715
|
+
*/
|
|
2394
2716
|
export declare const ChartValueAxis: React_2.FunctionComponent<ChartValueAxisProps>;
|
|
2395
2717
|
|
|
2718
|
+
/**
|
|
2719
|
+
* Represents the KendoReact ChartValueAxisCrosshair component.
|
|
2720
|
+
*
|
|
2721
|
+
* @remarks
|
|
2722
|
+
* Supported children components are: {@link ChartValueAxisCrosshairTooltip}.
|
|
2723
|
+
*/
|
|
2396
2724
|
export declare const ChartValueAxisCrosshair: React_2.FunctionComponent<ChartValueAxisCrosshairProps>;
|
|
2397
2725
|
|
|
2398
2726
|
/**
|
|
@@ -2405,6 +2733,9 @@ export declare interface ChartValueAxisCrosshairProps extends ValueAxisCrosshair
|
|
|
2405
2733
|
children?: React_2.ReactNode;
|
|
2406
2734
|
}
|
|
2407
2735
|
|
|
2736
|
+
/**
|
|
2737
|
+
* Represents the KendoReact ChartValueAxisCrosshairTooltip component.
|
|
2738
|
+
*/
|
|
2408
2739
|
export declare const ChartValueAxisCrosshairTooltip: React_2.FunctionComponent<ChartValueAxisCrosshairTooltipProps>;
|
|
2409
2740
|
|
|
2410
2741
|
/**
|
|
@@ -2413,6 +2744,12 @@ export declare const ChartValueAxisCrosshairTooltip: React_2.FunctionComponent<C
|
|
|
2413
2744
|
export declare interface ChartValueAxisCrosshairTooltipProps extends ValueAxisCrosshairTooltip {
|
|
2414
2745
|
}
|
|
2415
2746
|
|
|
2747
|
+
/**
|
|
2748
|
+
* Represents the KendoReact ChartValueAxisItem component ([see example]({% slug axes_chart_charts %}#toc-categorical-chart-axes)).
|
|
2749
|
+
*
|
|
2750
|
+
* @remarks
|
|
2751
|
+
* Supported children components are: {@link ChartValueAxisCrosshair}, {@link ChartValueAxisLabels}, {@link ChartValueAxisNotes}, {@link ChartValueAxisTitle}.
|
|
2752
|
+
*/
|
|
2416
2753
|
export declare const ChartValueAxisItem: React_2.FunctionComponent<ChartValueAxisItemProps>;
|
|
2417
2754
|
|
|
2418
2755
|
/**
|
|
@@ -2425,6 +2762,9 @@ export declare interface ChartValueAxisItemProps extends ValueAxis {
|
|
|
2425
2762
|
children?: React_2.ReactNode;
|
|
2426
2763
|
}
|
|
2427
2764
|
|
|
2765
|
+
/**
|
|
2766
|
+
* Represents the KendoReact ChartValueAxisLabels component ([see example]({% slug labels_chart_charts %}#toc-setting-the-appearance)).
|
|
2767
|
+
*/
|
|
2428
2768
|
export declare const ChartValueAxisLabels: React_2.FunctionComponent<ChartValueAxisLabelsProps>;
|
|
2429
2769
|
|
|
2430
2770
|
/**
|
|
@@ -2433,8 +2773,17 @@ export declare const ChartValueAxisLabels: React_2.FunctionComponent<ChartValueA
|
|
|
2433
2773
|
export declare interface ChartValueAxisLabelsProps extends ValueAxisLabels {
|
|
2434
2774
|
}
|
|
2435
2775
|
|
|
2776
|
+
/**
|
|
2777
|
+
* Represents the KendoReact ChartValueAxisNotes component.
|
|
2778
|
+
*
|
|
2779
|
+
* @remarks
|
|
2780
|
+
* Supported children components are: {@link ChartValueAxisNotesIcon} and {@link ChartValueAxisNotesLabel}.
|
|
2781
|
+
*/
|
|
2436
2782
|
export declare const ChartValueAxisNotes: React_2.FunctionComponent<ChartValueAxisNotesProps>;
|
|
2437
2783
|
|
|
2784
|
+
/**
|
|
2785
|
+
* Represents the KendoReact ChartValueAxisNotesIcon component.
|
|
2786
|
+
*/
|
|
2438
2787
|
export declare const ChartValueAxisNotesIcon: React_2.FunctionComponent<ChartValueAxisNotesIconProps>;
|
|
2439
2788
|
|
|
2440
2789
|
/**
|
|
@@ -2443,6 +2792,9 @@ export declare const ChartValueAxisNotesIcon: React_2.FunctionComponent<ChartVal
|
|
|
2443
2792
|
export declare interface ChartValueAxisNotesIconProps extends ValueAxisNotesIcon {
|
|
2444
2793
|
}
|
|
2445
2794
|
|
|
2795
|
+
/**
|
|
2796
|
+
* Represents the KendoReact ChartValueAxisNotesLabel component.
|
|
2797
|
+
*/
|
|
2446
2798
|
export declare const ChartValueAxisNotesLabel: React_2.FunctionComponent<ChartValueAxisNotesLabelProps>;
|
|
2447
2799
|
|
|
2448
2800
|
/**
|
|
@@ -2464,6 +2816,9 @@ export declare interface ChartValueAxisProps {
|
|
|
2464
2816
|
children?: React_2.ReactNode;
|
|
2465
2817
|
}
|
|
2466
2818
|
|
|
2819
|
+
/**
|
|
2820
|
+
* Represents the KendoReact ChartValueAxisTitle component.
|
|
2821
|
+
*/
|
|
2467
2822
|
export declare const ChartValueAxisTitle: React_2.FunctionComponent<ChartValueAxisTitleProps>;
|
|
2468
2823
|
|
|
2469
2824
|
/**
|
|
@@ -2472,8 +2827,20 @@ export declare const ChartValueAxisTitle: React_2.FunctionComponent<ChartValueAx
|
|
|
2472
2827
|
export declare interface ChartValueAxisTitleProps extends ValueAxisTitle {
|
|
2473
2828
|
}
|
|
2474
2829
|
|
|
2830
|
+
/**
|
|
2831
|
+
* Represents the KendoReact ChartXAxis component ([see example]({% slug axes_chart_charts %}#toc-scatter-chart-axes)).
|
|
2832
|
+
*
|
|
2833
|
+
* @remarks
|
|
2834
|
+
* Supported children components are: {@link ChartXAxisItem}.
|
|
2835
|
+
*/
|
|
2475
2836
|
export declare const ChartXAxis: React_2.FunctionComponent<ChartXAxisProps>;
|
|
2476
2837
|
|
|
2838
|
+
/**
|
|
2839
|
+
* Represents the KendoReact ChartXAxisCrosshair component.
|
|
2840
|
+
*
|
|
2841
|
+
* @remarks
|
|
2842
|
+
* Supported children components are: {@link ChartXAxisCrosshairTooltip}.
|
|
2843
|
+
*/
|
|
2477
2844
|
export declare const ChartXAxisCrosshair: React_2.FunctionComponent<ChartXAxisCrosshairProps>;
|
|
2478
2845
|
|
|
2479
2846
|
/**
|
|
@@ -2486,6 +2853,9 @@ export declare interface ChartXAxisCrosshairProps extends XAxisCrosshair {
|
|
|
2486
2853
|
children?: React_2.ReactNode;
|
|
2487
2854
|
}
|
|
2488
2855
|
|
|
2856
|
+
/**
|
|
2857
|
+
* Represents the KendoReact ChartXAxisCrosshairTooltip component.
|
|
2858
|
+
*/
|
|
2489
2859
|
export declare const ChartXAxisCrosshairTooltip: React_2.FunctionComponent<ChartXAxisCrosshairTooltipProps>;
|
|
2490
2860
|
|
|
2491
2861
|
/**
|
|
@@ -2494,6 +2864,12 @@ export declare const ChartXAxisCrosshairTooltip: React_2.FunctionComponent<Chart
|
|
|
2494
2864
|
export declare interface ChartXAxisCrosshairTooltipProps extends XAxisCrosshairTooltip {
|
|
2495
2865
|
}
|
|
2496
2866
|
|
|
2867
|
+
/**
|
|
2868
|
+
* Represents the KendoReact ChartXAxisItem component ([see example]({% slug axes_chart_charts %}#toc-scatter-chart-axes)).
|
|
2869
|
+
*
|
|
2870
|
+
* @remarks
|
|
2871
|
+
* Supported children components are: {@link ChartXAxisCrosshair}, {@link ChartXAxisLabels}, {@link ChartXAxisNotes}, {@link ChartXAxisTitle}.
|
|
2872
|
+
*/
|
|
2497
2873
|
export declare const ChartXAxisItem: React_2.FunctionComponent<ChartXAxisItemProps>;
|
|
2498
2874
|
|
|
2499
2875
|
/**
|
|
@@ -2506,6 +2882,9 @@ export declare interface ChartXAxisItemProps extends XAxis {
|
|
|
2506
2882
|
children?: React_2.ReactNode;
|
|
2507
2883
|
}
|
|
2508
2884
|
|
|
2885
|
+
/**
|
|
2886
|
+
* Represents the KendoReact ChartXAxisLabels component.
|
|
2887
|
+
*/
|
|
2509
2888
|
export declare const ChartXAxisLabels: React_2.FunctionComponent<ChartXAxisLabelsProps>;
|
|
2510
2889
|
|
|
2511
2890
|
/**
|
|
@@ -2514,8 +2893,17 @@ export declare const ChartXAxisLabels: React_2.FunctionComponent<ChartXAxisLabel
|
|
|
2514
2893
|
export declare interface ChartXAxisLabelsProps extends XAxisLabels {
|
|
2515
2894
|
}
|
|
2516
2895
|
|
|
2896
|
+
/**
|
|
2897
|
+
* Represents the KendoReact ChartXAxisNotes component.
|
|
2898
|
+
*
|
|
2899
|
+
* @remarks
|
|
2900
|
+
* Supported children components are: {@link ChartXAxisNotesIcon}, {@link ChartXAxisNotesLabel}.
|
|
2901
|
+
*/
|
|
2517
2902
|
export declare const ChartXAxisNotes: React_2.FunctionComponent<ChartXAxisNotesProps>;
|
|
2518
2903
|
|
|
2904
|
+
/**
|
|
2905
|
+
* Represents the KendoReact ChartXAxisNotesIcon component.
|
|
2906
|
+
*/
|
|
2519
2907
|
export declare const ChartXAxisNotesIcon: React_2.FunctionComponent<ChartXAxisNotesIconProps>;
|
|
2520
2908
|
|
|
2521
2909
|
/**
|
|
@@ -2524,6 +2912,9 @@ export declare const ChartXAxisNotesIcon: React_2.FunctionComponent<ChartXAxisNo
|
|
|
2524
2912
|
export declare interface ChartXAxisNotesIconProps extends XAxisNotesIcon {
|
|
2525
2913
|
}
|
|
2526
2914
|
|
|
2915
|
+
/**
|
|
2916
|
+
* Represents the KendoReact ChartXAxisNotesLabel component.
|
|
2917
|
+
*/
|
|
2527
2918
|
export declare const ChartXAxisNotesLabel: React_2.FunctionComponent<ChartXAxisNotesLabelProps>;
|
|
2528
2919
|
|
|
2529
2920
|
/**
|
|
@@ -2545,6 +2936,9 @@ export declare interface ChartXAxisProps {
|
|
|
2545
2936
|
children?: React_2.ReactNode;
|
|
2546
2937
|
}
|
|
2547
2938
|
|
|
2939
|
+
/**
|
|
2940
|
+
* Represents the KendoReact ChartXAxisTitle component.
|
|
2941
|
+
*/
|
|
2548
2942
|
export declare const ChartXAxisTitle: React_2.FunctionComponent<ChartXAxisTitleProps>;
|
|
2549
2943
|
|
|
2550
2944
|
/**
|
|
@@ -2553,8 +2947,20 @@ export declare const ChartXAxisTitle: React_2.FunctionComponent<ChartXAxisTitleP
|
|
|
2553
2947
|
export declare interface ChartXAxisTitleProps extends XAxisTitle {
|
|
2554
2948
|
}
|
|
2555
2949
|
|
|
2950
|
+
/**
|
|
2951
|
+
* Represents the KendoReact ChartYAxis component ([see example]({% slug axes_chart_charts %}#toc-scatter-chart-axes)).
|
|
2952
|
+
*
|
|
2953
|
+
* @remarks
|
|
2954
|
+
* Supported children components are: {@link ChartYAxisItem}.
|
|
2955
|
+
*/
|
|
2556
2956
|
export declare const ChartYAxis: React_2.FunctionComponent<ChartYAxisProps>;
|
|
2557
2957
|
|
|
2958
|
+
/**
|
|
2959
|
+
* Represents the KendoReact ChartYAxisCrosshair component.
|
|
2960
|
+
*
|
|
2961
|
+
* @remarks
|
|
2962
|
+
* Supported children components are: {@link ChartYAxisCrosshairTooltip}.
|
|
2963
|
+
*/
|
|
2558
2964
|
export declare const ChartYAxisCrosshair: React_2.FunctionComponent<ChartYAxisCrosshairProps>;
|
|
2559
2965
|
|
|
2560
2966
|
/**
|
|
@@ -2567,6 +2973,9 @@ export declare interface ChartYAxisCrosshairProps extends YAxisCrosshair {
|
|
|
2567
2973
|
children?: React_2.ReactNode;
|
|
2568
2974
|
}
|
|
2569
2975
|
|
|
2976
|
+
/**
|
|
2977
|
+
* Represents the KendoReact ChartYAxisCrosshairTooltip component.
|
|
2978
|
+
*/
|
|
2570
2979
|
export declare const ChartYAxisCrosshairTooltip: React_2.FunctionComponent<ChartYAxisCrosshairTooltipProps>;
|
|
2571
2980
|
|
|
2572
2981
|
/**
|
|
@@ -2587,6 +2996,9 @@ export declare interface ChartYAxisItemProps extends YAxis {
|
|
|
2587
2996
|
children?: React_2.ReactNode;
|
|
2588
2997
|
}
|
|
2589
2998
|
|
|
2999
|
+
/**
|
|
3000
|
+
* Represents the KendoReact ChartYAxisLabels component.
|
|
3001
|
+
*/
|
|
2590
3002
|
export declare const ChartYAxisLabels: React_2.FunctionComponent<ChartYAxisLabelsProps>;
|
|
2591
3003
|
|
|
2592
3004
|
/**
|
|
@@ -2595,8 +3007,17 @@ export declare const ChartYAxisLabels: React_2.FunctionComponent<ChartYAxisLabel
|
|
|
2595
3007
|
export declare interface ChartYAxisLabelsProps extends YAxisLabels {
|
|
2596
3008
|
}
|
|
2597
3009
|
|
|
3010
|
+
/**
|
|
3011
|
+
* Represents the KendoReact ChartYAxisNotes component.
|
|
3012
|
+
*
|
|
3013
|
+
* @remarks
|
|
3014
|
+
* Supported children components are: {@link ChartYAxisNotesIcon}, {@link ChartYAxisNotesLabel}.
|
|
3015
|
+
*/
|
|
2598
3016
|
export declare const ChartYAxisNotes: React_2.FunctionComponent<ChartYAxisNotesProps>;
|
|
2599
3017
|
|
|
3018
|
+
/**
|
|
3019
|
+
* Represents the KendoReact ChartYAxisNotesIcon component.
|
|
3020
|
+
*/
|
|
2600
3021
|
export declare const ChartYAxisNotesIcon: React_2.FunctionComponent<ChartYAxisNotesIconProps>;
|
|
2601
3022
|
|
|
2602
3023
|
/**
|
|
@@ -2605,6 +3026,9 @@ export declare const ChartYAxisNotesIcon: React_2.FunctionComponent<ChartYAxisNo
|
|
|
2605
3026
|
export declare interface ChartYAxisNotesIconProps extends YAxisNotesIcon {
|
|
2606
3027
|
}
|
|
2607
3028
|
|
|
3029
|
+
/**
|
|
3030
|
+
* Represents the KendoReact ChartYAxisNotesLabel component.
|
|
3031
|
+
*/
|
|
2608
3032
|
export declare const ChartYAxisNotesLabel: React_2.FunctionComponent<ChartYAxisNotesLabelProps>;
|
|
2609
3033
|
|
|
2610
3034
|
/**
|
|
@@ -2626,6 +3050,9 @@ export declare interface ChartYAxisProps {
|
|
|
2626
3050
|
children?: React_2.ReactNode;
|
|
2627
3051
|
}
|
|
2628
3052
|
|
|
3053
|
+
/**
|
|
3054
|
+
* Represents the KendoReact ChartYAxisTitle component.
|
|
3055
|
+
*/
|
|
2629
3056
|
export declare const ChartYAxisTitle: React_2.FunctionComponent<ChartYAxisTitleProps>;
|
|
2630
3057
|
|
|
2631
3058
|
/**
|
|
@@ -2634,6 +3061,9 @@ export declare const ChartYAxisTitle: React_2.FunctionComponent<ChartYAxisTitleP
|
|
|
2634
3061
|
export declare interface ChartYAxisTitleProps extends YAxisTitle {
|
|
2635
3062
|
}
|
|
2636
3063
|
|
|
3064
|
+
/**
|
|
3065
|
+
* Represents the KendoReact ChartZoomable component.
|
|
3066
|
+
*/
|
|
2637
3067
|
export declare const ChartZoomable: React_2.FunctionComponent<ChartZoomableProps>;
|
|
2638
3068
|
|
|
2639
3069
|
/**
|
|
@@ -6892,6 +7322,9 @@ declare interface SharedTooltipProps extends SharedTooltipContext {
|
|
|
6892
7322
|
/**
|
|
6893
7323
|
* The root Sparkline component.
|
|
6894
7324
|
*
|
|
7325
|
+
* @remarks
|
|
7326
|
+
* Supported children components are: {@link ChartValueAxis}.
|
|
7327
|
+
*
|
|
6895
7328
|
* @example
|
|
6896
7329
|
* ```jsx
|
|
6897
7330
|
* import {
|
|
@@ -6991,12 +7424,11 @@ export declare interface SparklineProps extends Omit<BaseChartProps, 'drilldownS
|
|
|
6991
7424
|
/**
|
|
6992
7425
|
* The root StockChart component.
|
|
6993
7426
|
*
|
|
6994
|
-
* @
|
|
6995
|
-
*
|
|
6996
|
-
* {
|
|
6997
|
-
* {
|
|
6998
|
-
* {
|
|
6999
|
-
* {% endmeta %}
|
|
7427
|
+
* @remarks
|
|
7428
|
+
* Supported children components are: {@link ChartAxisDefaults}, {@link ChartCategoryAxis}, {@link ChartArea}, {@link ChartNavigator},
|
|
7429
|
+
* {@link ChartLegend}, {@link ChartPane}, {@link ChartPaneDefaults}, {@link ChartPanes}, {@link ChartPlopArea}, {@link ChartPlopArea},
|
|
7430
|
+
* {@link ChartSeries}, {@link ChartSeriesDefaults}, {@link ChartSubTitle}, {@link ChartTitle}, {@link ChartTooltip},
|
|
7431
|
+
* {@link ChartValueAxis}, {@link ChartXAxis}, {@link ChartYAxis}, {@link ChartZoomable}.
|
|
7000
7432
|
*/
|
|
7001
7433
|
export declare class StockChart extends React_2.Component<StockChartProps, {}> {
|
|
7002
7434
|
private _baseChart;
|