@77sol-ui/molecules
Advanced tools
Comparing version
@@ -537,2 +537,3 @@ import * as react from 'react'; | ||
maxTicksLimit?: number; | ||
maxTicksYLimit?: number; | ||
showDotsInTooltip?: boolean; | ||
@@ -546,2 +547,8 @@ showLegends?: boolean; | ||
tiltLabels?: boolean; | ||
yStepSize?: number; | ||
y1StepSize?: number; | ||
yGridColor?: string; | ||
y1GridColor?: string; | ||
minYValue?: number; | ||
minY1Value?: number; | ||
} | ||
@@ -560,3 +567,3 @@ interface IChartData { | ||
declare function LineChart({ options, data, plugins, height, labels, lineRadius, showDotsOnHover, fillBackground, alwaysShowDots, twoYAxis, maxTicksLimit, showDotsInTooltip, showLegends, maintainAspectRatio, customizeTooltip, customizeXTicks, customizeYTicks, customizeY1Ticks, tiltLabels, ...rest }: ILineChartProps): react_jsx_runtime.JSX.Element; | ||
declare function LineChart({ options, data, plugins, height, labels, lineRadius, showDotsOnHover, fillBackground, alwaysShowDots, twoYAxis, maxTicksLimit, showDotsInTooltip, showLegends, maintainAspectRatio, customizeTooltip, customizeXTicks, customizeYTicks, customizeY1Ticks, tiltLabels, maxTicksYLimit, yStepSize, y1StepSize, yGridColor, y1GridColor, minYValue, minY1Value, ...rest }: ILineChartProps): react_jsx_runtime.JSX.Element; | ||
declare namespace LineChart { | ||
@@ -563,0 +570,0 @@ var displayName: string; |
{ | ||
"name": "@77sol-ui/molecules", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
504375
0.43%14856
0.53%