-
Notifications
You must be signed in to change notification settings - Fork 227
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
x axis labels in line plot as strings #10
Comments
@slevin886 thanks - I've identified the issue and will try and fix this on the airplane tonight! |
Thanks, Jared! Great work on the project!
…On Tue, Oct 22, 2019 at 5:58 PM Jared Wilber ***@***.***> wrote:
@slevin886 <https://github.com/slevin886> thanks - I've identified the
issue and will try and fix this on the airplane tonight!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=ACMY5R7DKTHIA6ITOAJYOY3QP5ZR5A5CNFSM4JDUFTNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB7LGHY#issuecomment-545174303>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMY5R23AOLMT4LGWYMBISTQP5ZR5ANCNFSM4JDUFTNA>
.
|
@slevin886 just so ya know: I found/fixed the issue! Going to add a few other fixes then release as v 1.0.5 sometime tonight/this week! |
@jwilber Any progress on this topic? |
@alexander-heimbuch hey, yeah I’ve been waiting to post a release, but’s it’s been long enough that I’ll push something out this week. Will ping when done |
Hi,
I am trying to plot a line graph where my xaxis are times (as strings i.e. '7am'), I have the following code:
new roughViz.Line( { element: '#streaming', data: './static/availability.csv', title: 'Line Chart', x: 'time', y1: '# games', width: window.innerWidth / 2, } );
It will render if I remove 'x', but otherwise I can't get it to use strings as the values- possibly because it needs continuous values? If so, is there a workaround to replace the visible tick labels?
Thanks!
The text was updated successfully, but these errors were encountered: