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.

If you have a `group by` dimension in your plot, the groupby label is missing and the metric label is (sometimes) cropped

See original GitHub issue

image

This is a chart example where the metric name has gotten cut out of the plot. The group by dimension is also not even included in the plot legend 🤔 I don’t know where it’s gone…

This seems to be happening in charts where I have a groupby dimension (the metric name is adjusted to fit in charts with just one dimension)

Here’s a link to the chart (sorry, it’s in Lightdash’s analytics instance)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
owlascommented, Nov 9, 2021

@TuringLovesDeathMetal Shall we split this out into a separate feature request and bug:

  • Bug: axis labels are cropped
  • Feature request: rename series
0reactions
TuringLovesDeathMetalcommented, Nov 11, 2021

Closed because it’s split out into #797 and #83

Read more comments on GitHub >

github_iconTop Results From Across the Web

In Pandas, after groupby the grouped column is gone
Sometimes when I do groupby some of the other columns still appear, why is that that sometimes columns disappear and sometime stays? is...
Read more >
Aggregation and Grouping | Python Data Science Handbook
Rather, the GroupBy can (often) do this in a single pass over the data, updating the sum, mean, count, min, or other aggregate...
Read more >
PromQL Tutorial: 5 Tricks to Become a Prometheus God
If you're familiar with SQL, you'll remember that GROUP BY allows you to group results by a field (e.g country or city) and...
Read more >
Group by: split-apply-combine — pandas 1.5.2 documentation
pandas objects can be split on any of their axes. The abstract definition of grouping is to provide a mapping of labels to...
Read more >
pandas GroupBy: Your Guide to Grouping Data in Python
In this tutorial, you'll learn how to work adeptly with the pandas GroupBy facility while mastering ways to manipulate, transform, ...
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