Jason Buberel
12p10 comments posted · 0 followers · following 0
14 years ago @ Altos Research: How... - Supporting the jsonp c... · 0 replies · +1 points
So our regular expression is now:
if (!s.matches("^(jsonp|jQuery)[\\d_]+$") ) return null;
14 years ago @ Altos Research: How... - Simple histograms in SQL · 0 replies · +1 points
14 years ago @ Altos Research: How... - Simple histograms in SQL · 1 reply · +1 points
14 years ago @ Altos Research: How... - Simple histograms in SQL · 0 replies · +1 points
14 years ago @ Altos Research: How... - Simple histograms in SQL · 0 replies · +1 points
14 years ago @ Altos Research: How... - Supporting the jsonp c... · 0 replies · 0 points
14 years ago @ Altos Research: How... - Supporting the jsonp c... · 0 replies · 0 points
14 years ago @ Altos Research: How... - Supporting the jsonp c... · 0 replies · 0 points
15 years ago @ Altos Research: How... - HOWTO: Use remote XML ... · 0 replies · +1 points
How you serve the actual XML data depends on your server-side architecture. It is possible to generate XML output using just about any technology: Java (like we do), PHP, C#/.Net, Ruby, Python, etc. The only requirement is that your XML be formatted in a way that the Jasper charting engine can understand.
In our case, the XML has the following structure:
<data>
<row date="2011-05-13" value="123456.78" />
<row date="2011-05-20" value="456789.10" />
</data>
That XML structure is easy to describe/integrate into the Jasper charting engine.
16 years ago @ Altos Research: How... - Housing Price Reductio... · 0 replies · +1 points
When composing a regional chart like those Scott shows above, you can specify multiple regions with the 'z' parameter and a comma-separated list:
z=radar-logic-national-index,altos-20-composite
For additional information about our regional chart API:
https://www.altosresearch.com/forums/viewtopic.ph...