highcharts-android icon indicating copy to clipboard operation
highcharts-android copied to clipboard

Android wrapper for Highcharts usage

Results 57 highcharts-android issues
Sort by recently updated
recently updated
newest added

I have an empty android project and it runs just fine. But when I add HighChart integration to it the build fails. All I did was adding a single line...

When i place HIChartView inside NestedScrollView or RecyclerView and try to scroll up the page by touching on the graph, the recyclerview scroll movement is very laggy. This is happening...

updateGraph(); // This function is for load graph. When i am calling this function from outside like oncreate and all it working fine. But not working when i received fitnesdata...

Kindly check attached original screenshot before clicking on Legned. ![Image1](https://user-images.githubusercontent.com/12511476/158305656-94a401e6-bbc8-45ca-a803-d4aec79ce4da.PNG) Now I am going to click on legend **Unclassified** and hence respective column(In sky blue color) becomes hide. Kindly check...

Hello, I hope you are well I have trouble with this library in compose can you help me? Please download and run the attached project The result you will see...

Enhancement

Does this library has built-in support to plot graph for days, weeks, months and years break down of input data ? Is it possible to customise this library and build...

#### Expected behaviour For the given set of the chart data, high chart view in the recycler view should load respective position data. #### Actual behaviour High chart view loaded...

Not a bug

HIXAxis hixAxis = new HIXAxis(); i am working on Android sdk. when i update Xaxis and Yaxis second time according to filter data in app graph not getting update. Thanks...

Hello Team, I am trying to display data in the **Stacked bar with more than 50 data items**, but as you can see in the attachment the data is getting...

Not a bug

Hi am facing rendering issue also am getting exception while i try to render hicharts in **Fragments** java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on...