newrelic / nr1-customer-journey

Align multiple cohorts of data and metrics to build an interactive funnel depicting your customers’ journey.
https://discuss.newrelic.com/t/customer-journey-nerdpack/83270
Apache License 2.0
16 stars 20 forks source link

When you have any more than 4 steps in your journey, the rows don't match up #26

Closed danielgolden closed 4 years ago

danielgolden commented 4 years ago

Description

When you have more that 4 steps in your customer journey, the left column of the nerdpack remains the same height as if it had 4, but the height of the other columns increases to fit actual number of steps.

Captura de Pantalla 2020-03-04 a la(s) 12 25 25 p  m

Steps to Reproduce

  1. Open journeyConfig.js in a code editor
  2. Add an extra object to the steps array

Expected Behavior

What should happen is that the height of the left column should grow, just like the height of the other columns grows so that all of the rows across all of the columns should be aligned.

Potential solution

This is a bit of a hack but until we find the time to properly fix this it will do imo: Create classes which you can apply to the left column depending how many rows there are (maybe just 3 or 4).

Your Environment

Extra context

Here's an example if you have access to our internal Slack workspace: https://newrelic.slack.com/archives/CS537HN3A/p1581690341132400

devfreddy commented 4 years ago

:tada: This issue has been resolved in version 0.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: