We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccf7e8 commit f4bee1cCopy full SHA for f4bee1c
example/DrillDown.js
@@ -59,8 +59,6 @@ class DrillDown extends React.Component {
59
cursor: 'pointer',
60
};
61
62
- console.log(btnStyle);
63
-
64
return (
65
<div style={{
66
position: 'relative',
example/Example.js
@@ -123,7 +123,7 @@ class Example extends React.Component {
123
super(props)
124
125
this.state = {
126
- mappedIds: [0],
+ mappedIds: [2, 1, 0],
127
dataSource: {
128
chart: {
129
caption: 'PARENT',
@@ -217,7 +217,6 @@ class Example extends React.Component {
217
height='400'
218
dataFormat="JSON"
219
dataSource={thirdDataSource} />
220
- <a href="https://www.google.com">Google</a>
221
</DrillDown>
222
</div>
223
)
0 commit comments