question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scales-utils.js log attributes (react-vis 1.5.5)

See original GitHub issue

Hi, 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:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mcnuttandrewcommented, Jun 15, 2017

I’m gonna close this, as it should be addressed 1.5.7, if anyone see anything differently, feel free to re-open

1reaction
CharlieMartellcommented, Jun 15, 2017

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found