-
Notifications
You must be signed in to change notification settings - Fork 973
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
Problem: Unable to use DataTransform in Component #6
Comments
This error on the 0.1.x and fixed it in the 0.2 branch. Let me see if I can cherry pick that commit over to master. |
should be fixed now. Thanks for the defect |
That fixed my issue but another one is cropped up. You can view it here: http://imgur.com/4vJoFyr When I don't have a DataTransform it displays fine and the xaxis doesn't "tick" This is what I see in the logs
|
Can you create this in a plunkr. It appears you have intra day data. stockscale currently supports only end of day data. |
can you try to remove the like https://gist.github.com/rrag/1eac0cb78f27b31415ac#file-candlestickstockscalechart-jsx |
Ok, will try. I was AFK this morning. I'll keep you posted |
http://plnkr.co/edit/2vRRTjfkxqi8FpQSfOcW?p=preview I can change the interval from minutes, hours, days, weeks and months. I can see why some settings won't work from your previous comment. But the same thing still happens even if I choose day interval. But I can't recreate it in plunker. |
the problem with
is because of stockscale creating an There should be a better error message or warning |
@trevorbernard any luck with the problem? let me know how I can help. |
Not much luck though I didn't spend much time looking into this issue. I might spend some time looking at this over the weekend. Also, if you want, we can take this offline. My email is on my github profile. Best, |
Does not appear to be a problem. I can use Also |
… no EventCapture is defined
…e-function feat: change adding horizontal line function
feat: return hovering
… no EventCapture is defined
Console output:
This is the line:
This is the code:
and this is my superagent rest call:
The text was updated successfully, but these errors were encountered: