Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannchie committed Aug 7, 2021
1 parent 0f4730c commit 5ef9b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anichart",
"version": "2.3.1-alpha.2",
"version": "2.3.1",
"description": "Data visualization animation library",
"author": "jannchie <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions typings/core/chart/BarChart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ export interface BarOptions {
image?: string;
}
export declare class BarChart extends BaseChart {
dateLabelOptions: TextOptions | undefined;
dateLabelOptions: TextOptions;
barFontSizeScale: number;
showRankLabel: boolean;
private readonly rankPadding;
rankLabelPlaceholder: number;
reduceID: boolean;
dy: number;
barInfoOptions: any;
barInfoOptions: TextOptions;
domain: (data: any) => [number, number];
get maxRankLabelWidth(): number;
constructor(options?: BarChartOptions);
Expand Down

0 comments on commit 5ef9b4a

Please sign in to comment.