Git Product home page Git Product logo

Comments (15)

sebastianbochan avatar sebastianbochan commented on June 4, 2024 2

Hi @ksmzn,
The Highstock and Highmaps are not supported at this moment.

I marked your suggestion as enhancement for the future.

from highcharts-react-native.

sebastianbochan avatar sebastianbochan commented on June 4, 2024 1

At this moment we still fixing some small bugs and issues with 3.x version. If it will be stable we will consider add Highstock or Highmaps then. As a result we avoid a flood of problems, which could be really difficult in debugging process.

TD;LR We'd prefer to develop the wrapper step by step.

from highcharts-react-native.

ashishpixels avatar ashishpixels commented on June 4, 2024

Hi @sebastianbochan
Is there any update on this?
Would very much like to have Highstock support in the official Highcharts library

from highcharts-react-native.

sebastianbochan avatar sebastianbochan commented on June 4, 2024

Hi @ashishpixels,
We are still discussing this. The problem is more complicated than looks like (stocktools design etc).

from highcharts-react-native.

mbalbera avatar mbalbera commented on June 4, 2024

hi @sebastianbochan,

Is there any chance that there has been movement towards adding highstock?

from highcharts-react-native.

pawelfus avatar pawelfus commented on June 4, 2024

We haven't had time to prioritize this issue @mbalbera - no ETA thus. I wouldn't expect this sooner than in Q3/Q4.

from highcharts-react-native.

mbalbera avatar mbalbera commented on June 4, 2024

@pawelfus the only reason i need high stocks is to use ordinal to get rid of nights and weekends for financial data. Any chance that's on the horizon?

from highcharts-react-native.

pawelfus avatar pawelfus commented on June 4, 2024

Ordinal feature is integral part of Highcharts Stock. We have no plans to decouple it from Stock and integrate in Highcharts.

In Highcharts you can use xAxis.breaks. It's not as easy as ordinal but you should be able to define weekends and nights easily (it's a bit harder with bank holidays, but once you have full list of them, it should be fine).

from highcharts-react-native.

mbalbera avatar mbalbera commented on June 4, 2024

The following is me trying to use xAxis.breaks unsuccessfully. I am trying to skip weekends from 4pm on friday to monday at 9:30am (eastern times) and Nights from 4-9:30 the following morning.
breaks:[{ // Nights
from: Date.UTC(2020, 9, 6, 16),
to: Date.UTC(2020, 9, 7, 8),
repeat: 24 * 36e5
}, { // Weekends
from: Date.UTC(2020, 5, 19, 16, 0),
to: Date.UTC(2020, 1, 22, 5, 30),
repeat: 7 * 24 * 36e5
}]

from highcharts-react-native.

mbalbera avatar mbalbera commented on June 4, 2024

I solved the problem with the following (after it was clear breaks didn't work):

  1. changed x-axis from datetime to category,
  2. I mapped my data from [[date, value],[date,value],etc..] to [[index,value], [index, value], etc...],
  3. I mapped my dates into its own array and formatted them from unixtime to human readable time,
  4. I set my labels to use the dates array.

from highcharts-react-native.

OskarEichler avatar OskarEichler commented on June 4, 2024

+1 for HighStock. Currently using a third party wrapper but would like to change to this official one. Need range selector support.

from highcharts-react-native.

wzhang2 avatar wzhang2 commented on June 4, 2024

+1 for highstocks, implemented our own range selector as a workaround

from highcharts-react-native.

Sigve84 avatar Sigve84 commented on June 4, 2024

What is the status of using Highstocks in React Native?

from highcharts-react-native.

KacperMadej avatar KacperMadej commented on June 4, 2024

Hi @Sigve84

Currently, Highcharts Stock is not supported and there is no plan to implement it.


This project is no longer actively maintained

As of 01.01.2021, The React Native wrapper is no longer maintained by Highsoft. The repository will remain available, but we can not guarantee that it will work as intended with future releases of both React Native itself, or Highcharts.

(https://github.com/highcharts/highcharts-react-native#deprecation-disclaimer)

from highcharts-react-native.

erickcrus avatar erickcrus commented on June 4, 2024

The library is very good, but I'm sad for not supporting candlesticks charts... unfortunately my search for a good library isn't over yet :(

from highcharts-react-native.

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.