scales-utils.js log attributes (react-vis 1.5.5)
See original GitHub issueHi,
I have this: console.log('attributes: ', JSON.stringify(attributes, null, 2));
at line 682 in ./node_modules/react-vis/dist/utils/scales-utils.js
with the last version of react-vis (1.5.5) which log an array each time the crosshair appear when I hover the chart.
attributes: [
"x",
"y",
"radius",
"angle",
"color",
"fill",
"stroke",
"opacity",
"size"
]
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m gonna close this, as it should be addressed 1.5.7, if anyone see anything differently, feel free to re-open
I made an issue to address the issue and prevent this from happening in the future at: https://github.com/uber/react-vis/issues/456