Skip to content

Commit

Permalink
tweak example
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jan 11, 2017
1 parent d4abc8a commit f649e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/axis-extrema.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>cartesian category axis | xAxis: {min: undefined, max: undefined}</h2>
<h2>cartesian category axis | xAxis.data is empty</h2>
<div class="chart" id="main1.2"></div>

<h2>cartesian category axis | xAxis: {min: -10, max: 10}</h2>
<h2>cartesian category axis | xAxis: {min: -10, max: '类目3'}</h2>
<div class="chart" id="main2"></div>

<h2>cartesian value axis | xAxis: {min: 'dataMin', max: 'dataMax'}</h2>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h2>single category axis | singleAxis: {min: 'dataMin', max: 'dataMax'}</h2>
xAxis: {
data: ['类目1', '类目2', '类目3', '类目4', '类目5'],
min: -10,
max: 10,
max: '类目3',
axisTick: {
interval: 0
},
Expand Down

0 comments on commit f649e14

Please sign in to comment.