Skip to content

Commit

Permalink
fix: fix chart zoom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 25, 2020
1 parent 68b4386 commit b9d673b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/shared/support/chart-options.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as echarts from 'echarts';

const toolbox = {
feature: {
dataView: {readOnly: false},
Expand All @@ -25,6 +23,7 @@ function buildMindmapOption(data) {
{
height,
type: 'tree',
roam: true,
id: 0,
name: 'tree1',
data: [data],
Expand Down

0 comments on commit b9d673b

Please sign in to comment.