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.

Line chart doesn't support real time data.

See original GitHub issue

I’m submitting a … (check one with “x”)

[ x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior The line chart doesn’t support the real-time feature.

Expected behavior The line chart supports the real-time feature.

Please tell us about your environment: OS X 10.12.1

  • ng2d3 version: 1.7.3

  • Angular version: 2.1.0

  • Browser: chrome

  • Language: Typescript 2.0.3

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

21reactions
marjan-georgievcommented, Dec 13, 2016

As stated above, the data must be immutable.

Try this: data = [...data]

to generate a new data array from the existing one. This will make the component register the change and trigger update.

8reactions
amcdnlcommented, Dec 13, 2016

@marjan-georgiev - we should add a post in docs about this…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Line chart doesn't populate the actual values - Super User
1 Answer 1 · Remove the data label above the date column. · Select the data, including the labels, so the top left...
Read more >
Line charts in real-time streaming dataset
Hi, I have an issue with charts in the real-time streaming dataset. It has different representations: so the temperature is smooth, but pressure...
Read more >
chart Rest Api data not Updating in real time, - Stack Overflow
First time Loading data correctly, but second time graph doesn't updating the data. It is showing the previous graph data again and again....
Read more >
Present your data in a scatter chart or a line chart
Line charts can display continuous data over time, set against a common scale, and are therefore ideal for showing trends in data at...
Read more >
Line Chart - Google Developers
A line chart that is rendered within the browser using SVG or VML. ... You can find a list of options that are...
Read more >

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