Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a label column next to chart #20

Open
Jeredriq opened this issue Oct 26, 2018 · 0 comments
Open

Adding a label column next to chart #20

Jeredriq opened this issue Oct 26, 2018 · 0 comments

Comments

@Jeredriq
Copy link

Jeredriq commented Oct 26, 2018

Hi,

I'm trying to get a column on the left side which changes accordingly to chart's zoom etc. I know there's already a grey background and white background changing with data but is there a way to get the coordinates so I can implement labels which will resize with them?

Currently my program works like lets say:
---- are the grey background part where chart does automatically

A,1
A,2
A,3
B,1-------------------
B,2------------------- 
B,3-------------------
C,1
C,2
C,3
C,4
C,5

but I want to show them as:

      1 
A     2
___   3
      1-------------------
B     2-------------------
___   3-------------------
      1
      2
C     3
      4
___   5

How can I see where the chart does this background painting and is there another easy way to do this that comes to your mind?

@Jeredriq Jeredriq changed the title Adding a column next to chart Adding a label column next to chart Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant