adam203
Members-
Content count
9 -
Joined
-
Last visited
About adam203
-
Rank
Forum Newbie
-
Okay, looks like I've figured it out. I had to set "MyChart.setTransparent(true);" to every chart. Didn't think I'd have to do this... but there you go. Thanks! - Adam
-
Sudipto, Thank you for the response. That seemed to fix the background color issue. Although now I'm still dealing with the second problem... there seems to be a slight border around the charts even after turning the border off. It almost looks like the charts are "raised" above the background. I've attached an image to display my problem. Thanks! - Adam
-
Hello, I've noticed some weird issues with the color rendering of my charts. I'll set the same HEX code for the charts as well as the background of my tables on my web page (scripting in PHP using the Javascript embed method) and I notice that the colors appear slightly different. I can supply code and images to example the problem if necessary, but I wanted to first see if this is a known issue or maybe just caused by a different interpretation of the HEX codes between web browsers and FusionCharts. There also seems to be a very slight (white'ish) border around my charts when I darken the background, even though I've disabled all borders. Is the a workaround for this? Both issues are effecting both FusionCharts and FusionWidgets. Thank you, - Adam
-
:crying: I guess I can't be too sad -- you guys make some great products. Thanks for your response. - Adam
-
Hello. I was curious if it's possible to contain all the information streamed into a real-time line chart for the entire day. I would like the chart to keep all the data, but maybe "compress" it as the day goes on and more data is added. Is something like this possible? Does it relate to the historical data feature? Thanks!
-
Never mind, I figured it out! I ended up using MSCombiDY2D.swf along with the renderAs argument. I do have one more question semi-related to the topic. I've included an image of my current chart, you'll notice there's gaps inbetween the first and second months of "Salesperson 4" and "Salesperson 5". We won't ever have values there like we do on the first 3 sales people. Is there a way to remove those gaps? I've tried inputting two sets with "showValue" set to 0, but that didn't remove the gaps. Is there another way? Thank you! - Adam
-
Thanks very much for the response, saptarshi. If there's an alternative, I'm all ears! I've included a (very rough) image of what I'd like to accomplish. Hopefully this helps get my inquiry across. Thanks! - Adam
-
I'd like to create a Multi-Series Column chart with multiple Y axis. I'd like to have the first column bar be associated with the 1st Y-Axis and the next column bar associated with the 2nd Y-Axis, so on and so forth. Is this possible with v3.1? Thanks!