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.

Add support for 2nd y-axis

See original GitHub issue

Possible design (comments welcome)

new Chartkick.LineChart(id, [{name: "Series 1", data: data1}, {name: "Series 2", data: data2, y2: true}])

To set min and max values

new Chartkick.LineChart(id, series, y2: {min: 0, max: 1000})

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
papeldeorigamicommented, Nov 21, 2018

Too bad it wasn’t implemented. We had to give up of Chartkick because this feature was missing and the customer needed it. Unfortunately, we also don’t have the time to implement it right now.

0reactions
excerleecommented, Jul 10, 2019

Too bad it wasn’t implemented. We had to give up of Chartkick because this feature was missing and the customer needed it. Unfortunately, we also don’t have the time to implement it right now.

May I ask what solution did you use to replace chartkick?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Add A Second Y Axis To Graphs In Excel - YouTube
In this tutorial, I'm going to show you how to add a second Y axis to a graph by using Microsoft Excel. Adding...
Read more >
Create Chart with Two y-Axes - MATLAB & Simulink
Add a second y-axis to an existing chart using yyaxis . The existing plots and the left y-axis do not change colors. The...
Read more >
Add or remove a secondary axis in a chart in Excel
Learn to add a secondary axis to an Excel chart. ... When the values in a 2-D chart vary widely from data series...
Read more >
NUMBERS: How to add second y-axis to a chart
NUMBERS: How to add second y-axis to a chart · Create your columns of data (labels for x-axis on the left, labels for...
Read more >
How To Add, Change and Remove a Second Y-Axis in Excel
On the chart, identify where you want to insert the second y-axis. This includes finding the data points you want the additional y-axis...
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