Coder Social home page Coder Social logo

Comments (9)

whawker avatar whawker commented on May 14, 2024

I think the error on the demo page is because the example pulls in Highstock 6.0 from the CDN (due to an oversight), which is a version I haven't officially supported yet.

There may still be a different issue with range selector buttons with Highstock 5.0.x though, I'll take a look.

Which version of Highstock are you seeing this error with?

from react-jsx-highcharts.

ben-lucidfusion avatar ben-lucidfusion commented on May 14, 2024

First, I just wanted to say thank you for the amazingly fast response and AWESOME project you have created here. :)

I just did

npm install highcharts --save
npm install highstock-release --save

when I started my project a few days ago not thinking about versions, and it looks like I got 6.0.1. That would certainly explain the issue.

from react-jsx-highcharts.

whawker avatar whawker commented on May 14, 2024

No worries, that's what it said in the readme after all! (I've corrected that now). Glad you like the project!

from react-jsx-highcharts.

whawker avatar whawker commented on May 14, 2024

So does switching to Highcharts 5.x.x fix the issue? Can I close this?

from react-jsx-highcharts.

ben-lucidfusion avatar ben-lucidfusion commented on May 14, 2024

I haven't had a chance to check yet, sorry. :( Once I implemented my work around with the button array via a prop, I just moved on. I will let you know as soon as I can.

from react-jsx-highcharts.

marcelobaez avatar marcelobaez commented on May 14, 2024

I can't focus (click inside) neither on the examples or my own project's RangeSelector.Input. After some try and failure i figured out that it is possible to click right only in the edges of the inputs, but not on other areas

from react-jsx-highcharts.

whawker avatar whawker commented on May 14, 2024

@marcelobaez that issue with RangeSelector.Inputs should be fixed now, the fix was released in 2.0.2 (or 1.4.2, if you're using the previous version)

from react-jsx-highcharts.

whawker avatar whawker commented on May 14, 2024

Confident this was fixed in 46a9666.

from react-jsx-highcharts.

RIKIL avatar RIKIL commented on May 14, 2024

For me, this issue is still a problem. We have a set of dates on our chart as seen in the link in the OP. I can click on the field with a date and see my cursor in the field but I can't change anything and the calendar doesn't come up either.

Here is my entire RangeSelector code:
<RangeSelector

                inputDateParser={this.parseDate}
                inputStyle={{
                  background: "f5d000",
                  color: "#ccc",
                  fontWeight: "bold"
                }}
              >
                <RangeSelector.Button count={60} type="minute">
                  1h
                </RangeSelector.Button>
                <RangeSelector.Button count={1} type="day">
                  1d
                </RangeSelector.Button>
                <RangeSelector.Button count={1} type="week">
                  1w
                </RangeSelector.Button>
                <RangeSelector.Button count={1} type="month">
                  1m
                </RangeSelector.Button>
                <RangeSelector.Button type="all">All</RangeSelector.Button>
                <RangeSelector.Input boxBorderColor="f5d000" />
                selected={1}
              </RangeSelector>

from react-jsx-highcharts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.