Javascript or other charting library for geodata [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am working with openlayers and wms. But I have seen charting API like:
http://code.google.com/apis/ajax/playground/?type=visualization#geo_chart
http://www.highcharts.com/studies/us-map.htm
These APIs generate very nice interface (map based or other) with print option as image or png.
High chart with print option
I found D3 to be rich library but Highcharts is more interactive (I guess).
http://www.smartjava.org/content/using-d3js-visualize-gis
Which will be the best charting option for visualizing GIS data? Data that are related to region, boundary and not to custom locations and regions. And also with save option available as image or pdf.

I would say that HighCharts would not be useful at this point. The reason being that the map you link to is an alpha version. It is not in the main trunk of the HighCharts codebase.
There are several other methods to do what you want if keeping with javascript/html5 tech:
http://www.giscloud.com/
ArcGIS Javascript
Note that ArcGIS is in no way cheap.

Related

What is the best way to create an organisational chart from an xml with Java / JavaScript? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 days ago.
Improve this question
I need to generate an organisational chart for a non-profit organisation using open source / free libraries in Java (or even javascript with NodeJS).
I have an xml containing the data: unluckily I cannot find anywhere the original xsd, based on European Commission's Whoiswho.
The chart should be printed in multiple pdf pages and be able to automatically adapt to the size of A4 pages to be printed (without cutting shapes).
The data should not be shared or sent through the internet for privacy reasons.
I have starting to play in Java with JGraphX/JFreeChart/Java2D with iText for the pdf, but what do you think would be the best libraries to use? I am converned about the rendering in multi pages of the big chart I need to print in pdf.
Another idea is to find something already working and transform the input from my xml to the needed format, keeping in mind that it has to run in local and with no user interaction other than launching a procedure/software: any idea?
Thank you in advance.

Creating advanced candlestick charts with HTML5 and CSS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have an array of data from a stock (open, high, low, close, volume). My goal is to produce a candlestick chart similar to the one below.
The issue is, I have no idea how to translate this raw data into a presentable and interactive format. I'm sure I can draw a candlestick using CSS, but that does not handle the problem of zooming or plotting it correctly.
Use a CDN library like plotly js https://plotly.com/javascript/

How to add charts to a React.js app without using a totally different coding style? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a charting library that jives with how React.js asks you to do things? It seems like the chart should be a component.
D3.js seems to be the most powerful charting library out there, but it requires a lot of direct DOM work, which is the exact opposite of React.
Would there be a way to get those two libraries to play nice with each other? If not, is there an alternative to D3 that does work well with React?
Checkout high charts react library. https://github.com/kirjs/react-highcharts
From personal experience, I have found that by far the best way to render charts in RN is via a WebView. I worked on a cross-platform solution for messaging between RN and the WebView: https://github.com/jjshammas/react-native-webview-bridge
Alternatively, you may want to look into ReactART, which is unfortunately generally undocumented when it comes to using it in ReactNative. It does have a very strong relationship with RN, though it does not have all of the functionality of traditional vector rendering libraries. Take a look: http://browniefed.com/blog/2015/10/14/react-native-morphing-svg-paths-with-react-art/

API for navigating a custom spatial graphic? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Assuming I have location-based 3D graphics (a 3D map) with matched X/Y/Z coordinates. Is there a Web API or library that allows me to build a navigation (rotating, zooming, etc.) application on top of these graphics?
I looked into the Google Earth API, and they indeed provide me with the exact functionality I need. The only drawback is that I cannot replace their graphics with mine. Instead of having an Earth, I want to have a relatively small, but well-detailed, 3D area.
I prefer a solution that uses open Web technologies such as WebGL, and require no-plugins. But I'd love to hear any solutions you might know of.
Not really. There is not a general application need for "Google Earth but not Earth" -- that's more a specific need relating to particular games.
I'd recommend Three.js as a good way to approach this problem.... you'll need to roll your own UI though

Graph drawing libraries using Raphael [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for javascript libraries that draw graphs using the Raphael library.
Until now I've found these ones:
Graph Dracula http://www.graphdracula.net/
Joint http://www.jointjs.com/
Is anyone using them? Do you know their pros/cons?
Do you know other libraries using Raphael?
Please note: By graph, I mean a set of nodes and edges, we are not talking about charting.
edit: I need a library based on Raphael as it offers compatibility with IE6+, while other libraries draw on HTML5 Canvas and this is not supported by old browsers
EXT.JS is not free, but worth it.
Try Google Visualization API Gadget Gallery
Its Playground link is http://code.google.com/apis/ajax/playground/?type=visualization
Google provides API to load the flash based interactive graphs. I would consider this to better than the three option discovered because of its easy to use APIs and rich collection of graphs and last but not least rich look.

Categories

Resources