Brian Maring
Members-
Content count
70 -
Joined
-
Last visited
Everything posted by Brian Maring
-
When I export as a PDF, the chart always take up the entire page which looks really bad. Would it be possible to have the chart show up on the PDF the same size as it appears on the webpage? Thanks, Brian
-
I am using the California county map and only have data for approximately half of the counties. The ToolText for counties with data contains the county name and the data value. However, when I have no data, the tooltip still appears with no text inside it. Would it be possible to have the tooltip only appear for counties where I have data and a specified ToolText? Thanks, Brian
-
Is it possible to highlight a 2D column when the mouse is over the column? It would be nice is it worked something like a Fusion Map. When the user brings the mouse over a particular region, the region becomes golden. Thank you, Brian
-
I am using negative margin values to zoom in on my map. I would like to do the following: I have a 300 by 400 map. I would like to remove 25% off the right hand side, 20% off the left hand side, 10% off the top, and 5% off the bottom. What should I set the margins to? Can you give me a detailed example of these calculations?
-
Is there any way to get the color range along with the selected value of a pointer in a linear gauge?
-
get color range from linear gauge
Brian Maring replied to Brian Maring's topic in Using FusionWidgets XT
I'd prefer not to. Let's just say that I have a rather sophisticated PHP program using MySQL queries to calculate the color ranges. I don't want to have to replicate the logic in JavaScript. -
Is there a way to zoom in on a particular region in a map? I am only going to assign data points to five counties in California and I would like to map to focus only on these 5 regions.
-
get color range from linear gauge
Brian Maring replied to Brian Maring's topic in Using FusionWidgets XT
Is there a better way to do this? I write the logic for the chart in PHP. I would have to write the logic for getting the color range in JavaScript. I change the logic around quite a bit. It is not the best idea to constantly update parallel logic in both PH and JavaScript. -
Why would I drill down to state level map if I am already on the California map?
-
Wow, that works really well. Thanks for helping me out. Do you know if it's possible to get the coordinates for different counties in a state. I am currently working with a map of California.
-
I have the following gauge which contains the years from 2002 to 2008. Currently, you have thousands of decimals options to select between the years. Is there a way to make it so that the pointer can only be put on color range midpoints (ie 2002.5, 2003.5 etc)? Linear Gauge XML.txt
-
Discrete points on linear gauge
Brian Maring replied to Brian Maring's topic in Using FusionWidgets XT
beautiful, works amazingly. -
but zoom in does not mean zoom in on the map?
-
so what did you mean by zoom in?
-
I thought you just said that I can't zoom in on the map? can I or can't I?
-
Is it possible to reverse the scale on a linear gauge so that it increases from right to left instead of left to right?
-
get color range from linear gauge
Brian Maring replied to Brian Maring's topic in Using FusionWidgets XT
how? -
is there a way to decrease the padding around a linear gauge in the flash movie?
-
What were you telling me before about drill-down?
-
get color range from linear gauge
Brian Maring replied to Brian Maring's topic in Using FusionWidgets XT
The JavaScript API includes methods for getting the value of a pointer. Is it also possible to use JavaScript to find which ColorRange it is located in? -
I thought it was coming out in 2009.
-
I don't think that's what I am looking for. I want to zoom in on a particular part of the map. I don't need JavaScript popups.
-
Is v4 released yet?
-
Hi, I use several chart with 2 y-axes. It is very difficult to get the scaling to work nicely. In fact, it is almost impossible to get whole number y-axis labels on both sides. Would it be possible to have the 2nd y axes labels not necessarily positioned at the grid lines, but instead placed so that the 2nd y labels cleanly divide the axis and there are no jagged numbers? Thanks, Brian
-
I understand that 1244 is a more convenient value to choose for the second Y axis maximum. However, the data from these charts are automatically generated on the from a database and there are millions of combinations. I have an algorithm to pick convenient max/min values for the primary y-axis but I don't have one that picks convenient ones for the 2nd y-axis to mesh well with the first. If I do not specify SyAxisMinValue and SyAxisMaxValue, the default SY max/min values generally not well chosen. Do you have an algorithm for choosing convenient values for SYacis max and min based on the data? It may be necessary to allow the SY axis labels to not tied to the gridlines. Many other graphing software allows for this and this problem is avoided. Thanks, Brian