How is your data structured? What do you want to plot? Signal strength over time or frequency vs signal strength? What type of chart would you like to use?
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/h1Jx56fCWEMJ.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
Something like this: http://jsfiddle.net/uTAjq/?You can tie in Controls (http://code.google.com/apis/chart/interactive/docs/gallery/controls.html#gallery) to allow the user to filter the range of frequencies.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/8DYx-IKFpdgJ.
Use the Controls to set the frequency range. I don't think there is anything that explicitly shows a single value on the chart, but you can roll your own by taking input from an HTML form field (or something similar) and searching the DataTable for the frequency using the DataTable#getFilteredRows() method (which will return the rows matching the filter) and fetching the associated strength by calling the DataTable#getValue() method.I can't help you much with getting data from the radio - you'll have to work that out for yourself. I presume this will involve some server-side processing to pull data from the radio, which you can then pass to the client via PHP scripting or AJAX calls to a server script.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/NuHoyEw4498J.
I would start by Googleing the radio manufacturer or model and looking for developer information. If the radio is designed to interface with PC's, there may be tools available to do what you want or forums for developer discussions. If nothing comes up, try more generic searches for interfacing radios with PC's.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/rspop6keH2UJ.