ods-charts
Advanced tools
Comparing version 0.1.0-alpha.12 to 0.1.0-alpha.13
@@ -337,5 +337,46 @@ /** | ||
}; | ||
dataZoom: { | ||
handleSize: string; | ||
textStyle: {}; | ||
dataZoom?: { | ||
borderColor?: string; | ||
textStyle?: { | ||
color: string; | ||
}; | ||
brushStyle?: { | ||
color: string; | ||
}; | ||
handleStyle?: { | ||
color?: string; | ||
borderColor?: string; | ||
}; | ||
moveHandleStyle?: { | ||
color?: string; | ||
opacity?: number; | ||
}; | ||
fillerColor?: string; | ||
emphasis?: { | ||
handleStyle?: { | ||
borderColor?: string; | ||
color?: string; | ||
}; | ||
moveHandleStyle: { | ||
color?: string; | ||
opacity?: number; | ||
}; | ||
}; | ||
dataBackground?: { | ||
lineStyle?: { | ||
color?: string; | ||
width?: number; | ||
}; | ||
areaStyle?: { | ||
color?: string; | ||
}; | ||
}; | ||
selectedDataBackground?: { | ||
lineStyle?: { | ||
color?: string; | ||
}; | ||
areaStyle?: { | ||
color?: string; | ||
}; | ||
}; | ||
}; | ||
@@ -342,0 +383,0 @@ markPoint: { |
{ | ||
"name": "ods-charts", | ||
"description": "ODS Charts is based on Apache ECharts and provides Orange charts components.", | ||
"version": "0.1.0-alpha.12", | ||
"version": "0.1.0-alpha.13", | ||
"author": "Orange SA", | ||
@@ -34,7 +34,7 @@ "contributors": [], | ||
"ts-loader": "^9.5.1", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2", | ||
"webpack": "^5.94.0", | ||
"typedoc": "^0.26.11", | ||
"typescript": "^5.6.3", | ||
"webpack": "^5.96.1", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} |
@@ -0,0 +0,0 @@ <h1 align="center">Orange Design System Charts</h1> |
Sorry, the diff of this file is too big to display
4588
388655