I am working on a multi-series 3D Scatter Plot based on the demo here.
https://www.highcharts.com/demo/3d-scatter-draggable
Each point has a pop up when hovered over and mine links to a unique URL when the point is clicked, these both work very well until the 3D chart is rotated, after rotation neither the popup or the link will work, this is evident in the demo linked above.
Is this a limitation of the 3D scatter? or can it be remedied?
Thanks
Thanks to #morganfree for the solution.
Downgrade to version 5.0.10 with the following
<script src="//code.highcharts.com/5.0.10/highcharts.js"></script>
<script src="//code.highcharts.com/5.0.10/highcharts-3d.js"></script>
<script src="//code.highcharts.com/5.0.10/modules/exporting.js"></script>
tested and working :)
Related
I am very new to the swift. I am trying to bring the exact output as I attached Image.
I am using iOS charts API. I brought up the line charts with all the options, but I need to highlight only the particular X-Y coordinations which are tappable (user clickable)
Anyone, please guide me if you can.
Thanks in advance.
I need to draw a chart as seen in attached image using highcharts or any js library but i am not getting any lead. Anyone any thoughts?
This is an older question but I just ran across it while looking for how to display a similar chart: one that shows median and standard deviation around the median, but also can show the outlier low and high values. Highcharts actually has a very good solution for this called a boxplot that I eventually stumbled across. I mention it here in case it can help someone else. Worked well for me and I think would have worked well for the OP (with some modification).
Here is the highcharts demo page:
https://www.highcharts.com/demo/box-plot
I am using highcharts map and would like to add point location on it using real coordinates. How can i do this in javascript any links? or any suggestions of customizable map that allows me to enter images as locations?
You can catch click event on the chart, then you get coordinates for particular point (x/y). Last step is using it in data.
Example: http://www.highcharts.com/maps/demo/mapline-mappoint
Another way to approach this would be to import the GeoJSON file ("fr-all-mainland.geo.json") in a compatible editor (for example QGIS) and plot the cities there, then inverting the y-coordinate. This would be similar to plotting the cities in Inkscape, except you would be working with the GeoJSON file instead of the SVG.
Please visit the related topic: http://highcharts.uservoice.com/forums/55896-general/suggestions/5780574-add-ability-to-plot-points-based-on-longitude-lati
I have been looking all around the net for open source graph plot framework for iOS, but I am struggling with it as of now. I have worked on an app and used PowerPlot Graph Plot framework http://powerplot.nua-schroers.de/examples/webtraffic.html
I am trying to draw a bar graph chart showing two years at once without stacking each, like in the image below: As you can see there is a problem of resizeing and the scaling isnt uniform. I would like to make the chart look bigger and the y axis be more formatted.
Any suggestions because I always hear about core plot also by which you can achieve such(see below), but all i hear about coreplot is flexibility and customization issues.
You can easily produce a bar plot like that with Core Plot. Give it a try and ask specific questions here on StackOverflow if you get stuck.
I've recently upgraded to the latest version of Highcharts v3.0.2 and now one of my existing charts is rendering in a strange manner. See 'Sector Chart' at this link
http://bit.ly/10hU8TW
The circles seem narrow and out of alignment. Can anybody point me in the right direction to solve this?
Many thanks
Please take look at v3 configuration of http://www.highcharts.com/demo/pie-donut