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.

Show point only for last data

See original GitHub issue

I want to just show point just for idx1(last index), how can i achieve that?

              points: {
                    show(self, seriesIdx, idx0, idx1) {
                        console.log(seriesIdx, idx0, idx1);
                        return idx1;
                    }
                }

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
leeoniyacommented, Jun 11, 2021

next release will be in a few days, but you can download all files from here to test until then:

https://github.com/leeoniya/uPlot/tree/master/dist

0reactions
nedy07commented, Jun 15, 2021

@leeoniya curious to know when its going to release? Although I’m using \dist currently, but cannot able to push it to prod

Read more comments on GitHub >

github_iconTop Results From Across the Web

graph data label only for last data point - Chandoo.org
After selecting the data series, single-click again on the last data point to only select that point. Then, Right-click, and "Format Data ......
Read more >
How do I display labels only at the last data point in line chart
I have a dataset on call center performance it carries date, ans % and abn %. i need to know how I can...
Read more >
Rolling Chart Data (Show only last # of data points) - YouTube
Create table and chart that will dynamically update to display only the last number of data points. In other words, as data is...
Read more >
Data label of last point only - Google Groups
This gives you the last value in columns A and B. on the new point, which is superposed on the last point of...
Read more >
Adding data label only to the last value - Super User
Select just the single point you want a label on: click once to select the series, then click again to select one point....
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