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.

Accept multiple data values per Funnel segment

See original GitHub issue

Hi there,

Seems, that it’s unable to represent multiple data values in a Funnel section. I like Nivo lib very much, but it seems that it’s not possible to pass an array of values to a Funnel section. E.g. when data is classified into parts for segments. image

Possible solution It would be nice to be able to pass array or object as data, e.g.:

export interface FunnelDatumObject {
    data: FunnelDatum[],
}

or smth like that… And have it as an alternative to the current FunnelDatum.

As an example

What do you think? Does it make sense?

Thanks, Denis

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
plouccommented, May 10, 2022

No problem, good luck with your project!

1reaction
plouccommented, Jan 28, 2022

Hi @skulden13,

The current funnel behaves quite differently as the steps aren’t continuous, you could use the stream chart to achieve this though, it’s not exactly the same, but close enough, here is a test I made which looks like this:

Screen Shot 2022-01-28 at 15 43 25

The tooltips are a bit weird.

If that’s not enough I’m afraid I don’t have any other solution to offer atm, this would involve re-implementing the current funnel package, which isn’t something I’m planning to do in a near future 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

Analyze and optimize your funnel for conversion - Segment
Optimize your funnel for conversion with Segment. Collect data once with Segment and send it any tool you use. No more tedious integrations....
Read more >
A Complete Guide to Funnel Charts | Tutorial by Chartio
Funnel charts are specialized charts for showing the flow of users through a process. Learn how to best use this chart type by...
Read more >
Solved: Funnel Charts- Displaying Multiple Values on chart
Hi. I'm having an issue with funnel charts displaying multiple values within the segments of a chart (see screenshot).
Read more >
Interpret your funnel analysis - Amplitude Help Center
This article will describe how the Metrics Module of the Funnel Analysis chart works, and how you should interpret the data it contains....
Read more >
About Multi-Channel Funnels - Analytics Help - Google Support
The Multi-Channel Funnels reports answer these questions and others by ... Conversion path data include interactions with virtually all digital channels.
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