Skip to content

Commit

Permalink
(1) Support dataset.
Browse files Browse the repository at this point in the history
(2) Support category collection for category axis.
  • Loading branch information
100pah committed Jan 4, 2018
1 parent 1d7f90b commit 36270ab
Show file tree
Hide file tree
Showing 27 changed files with 1,288 additions and 355 deletions.
2 changes: 2 additions & 0 deletions echarts.all.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export * from './src/echarts';
export * from './src/export';

import './src/component/dataset';

// Import all charts and components
import './src/chart/line';
import './src/chart/bar';
Expand Down
2 changes: 2 additions & 0 deletions echarts.blank.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './src/echarts';
export * from './src/export';

import './src/component/dataset';
2 changes: 2 additions & 0 deletions echarts.common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export * from './src/echarts';
export * from './src/export';

import './src/component/dataset';

import './src/chart/line';
import './src/chart/bar';
import './src/chart/pie';
Expand Down
2 changes: 2 additions & 0 deletions echarts.simple.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * from './src/echarts';

import './src/component/dataset';

import './src/chart/line';
import './src/chart/bar';
import './src/chart/pie';
Expand Down
Loading

0 comments on commit 36270ab

Please sign in to comment.