Skip to content

Commit ba7a530

Browse files
committed
tweak example.
1 parent 3e8c0de commit ba7a530

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

test/axis-multiple.html

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</style>
4040

4141

42-
<!-- <div id="main0"></div> -->
42+
<div id="main0"></div>
4343
<div id="main1"></div>
4444

4545

@@ -202,42 +202,6 @@
202202
yAxisIndex: 1,
203203
data: [[123, 233], [133, 255]]
204204
}]
205-
// series: [{
206-
// type: 'custom',
207-
// renderItem: renderItem,
208-
// label: {
209-
// normal: {
210-
// show: true,
211-
// position: 'top'
212-
// }
213-
// },
214-
// dimensions: ['from', 'to', 'profit'],
215-
// encode: {
216-
// x: [0, 1],
217-
// y: 2,
218-
// tooltip: [0, 1, 2],
219-
// itemName: 3
220-
// },
221-
// data: data
222-
// }, {
223-
// type: 'custom',
224-
// renderItem: renderItem,
225-
// yAxisIndex: 1,
226-
// label: {
227-
// normal: {
228-
// show: true,
229-
// position: 'top'
230-
// }
231-
// },
232-
// dimensions: ['from', 'to', 'profit'],
233-
// encode: {
234-
// x: [0, 1],
235-
// y: 2,
236-
// tooltip: [0, 1, 2],
237-
// itemName: 3
238-
// },
239-
// data: data
240-
// }]
241205
};
242206

243207
chart = myChart = testHelper.create(echarts, 'main1', {

0 commit comments

Comments
 (0)