mahek

Widgets Doubts!

Recommended Posts

Hi,

 

 

 

I am new to fusion widgets and I am learning to play around with the widgets a little bit...

 

 

 

I am currently trying two widgets in which I have a few doubts:

 

 

 

(1) Fuel Gauge 2 -- How can I decrease the font of E & F ? (i have renamed them to low and high >> and they look very huge compared to chart)

 

 

 

(2) Thermometer Gauge 2 -- How can I highlight two major ticks >> from among the major ticks?

 

(Majorticks are 0 - 25 - 50 - 75 -100 >>> I want to highlight 25 & 75 >> how to change size/font/bold/italic those two ticks without disturbing other ticks?)

 

 

 

(3) I cannot copy as image in evaluation version? I am currently using free version :)

 

 

 

(4) I cannot access more than 2 widgets in one page in evaluation version? (multi-charts file show only two widgets although there should be three according to code)

 

 

 

(5) are there any offers from you, giving full version to budding entrepreneurs?? :)

 

 

 

Regards,

Share this post


Link to post
Share on other sites

Hi,

 

 

 

(1) Fuel Gauge 2 -- How can I decrease the font of E & F ? (i have renamed them to low and high >> and they look very huge compared to chart)

 

A: Please try decresing the font size of the trendValues.

 

<style name='trendValueFont' type='font' bold='1' size='12'/>

 

 

 

(2) Thermometer Gauge 2 -- How can I highlight two major ticks >> from among the major ticks?

 

(Majorticks are 0 - 25 - 50 - 75 -100 >>> I want to highlight 25 & 75 >> how to change size/font/bold/italic those two ticks without disturbing other ticks?)

 

A: I am afraid, Thermometer gauge of the FusionWidgets suite does not support highlighting of any selective tick marks. :)

 

In case you wish to highlight all of the Tick Marks, please try applying Styles on Tick Marks.

 

 

 

(3) I cannot copy as image in evaluation version? I am currently using free version

 

A: Yes, starting FusionWidgets v3.1, you can save images from FusionWidgets itself.

 

Please refer to the following links for thedetails of"Exporting as Image/PDF".

 

Ref.- http://www.fusioncharts.com/widgets/docs/Contents/ECOverview.html

 

http://www.fusioncharts.com/widgets/docs/Contents/ECProcess.html

 

http://www.fusioncharts.com/widgets/docs/Contents/ECTerminology.html

 

http://www.fusioncharts.com/widgets/docs/Contents/ECXML.html

 

 

 

(4) I cannot access more than 2 widgets in one page in evaluation version? (multi-charts file show only two widgets although there should be three according to code)

 

A: Please check if the Div id(s) given foreach of the chartsare different. Else please send us the HTML code that you are using to render the chart.

 

 

 

(5) are there any offers from you, giving full version to budding entrepreneurs??

 

A: The charts provided in the Evaluation version (Free)and the Enterprise version (Charged) has the same functionality. Only difference is of the water mark present in the charts of the evaluation version, which can be removed by modifying the source code. The source code is onlyavailable if you buy the FusionWidgets suite.

 

 

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

(3) I cannot copy as image in evaluation version? I am currently using free version

 

 

 

A: Yes, starting FusionWidgets v3.0.2, you can save images from FusionWidgets itself.

 

Please refer to the following links for the details of "Exporting as Image/PDF".

 

Ref.- http://www.fusioncharts.com/widgets/docs/Contents/ECOverview.html

 

http://www.fusioncharts.com/widgets/docs/Contents/ECProcess.html

 

http://www.fusioncharts.com/widgets/docs/Contents/ECTerminology.html

 

http://www.fusioncharts.com/widgets/docs/Contents/ECXML.html

 

 

 

Hi,

 

 

 

I have gone through most files previously also, but unable to do anything to save them...

 

 

 

I think I am stuck at

 

 

 

# Create a DIV in your web page which will contain this component. You can place that DIV anywhere in the page, but ideal locations are above/below/side of the chart, as the component shows a button, which when clicked, actually downloads the image/PDF file.

 

-----------> which I have no clue how to create!

 

# Set a few lines of JavaScript code required for initialization and for naming this instance of the component. This code also lets you configure the visual look of the component in your page.

 

-----------> for which I have no clue at all!

 

 

 

(almost zero experience with coding or java)

 

 

 

i have tried so many settings suggested in other files :) but I think i am going wrong here... and I have no clue how to get over it :)

 

 

 

exportEnabled= '1' exportAction= 'save' exportShowMenuItem ='1'

 

 

 

i have copied the exporter files into this folder also...

 

 

 

can u please check!?

volume2.xml

post-8845-128441584472_thumb.jpg

Share this post


Link to post
Share on other sites

Hi,

 

 

 

You need to use exportHandler and exportAtClient attributes too.

 

 

 

If you wish to save the exported file to a server side directory using server side export feature please ser exportAyClient='0'. for this exportHandler would be the path/URL to the sever side export handler script.

 

 

 

If you wish to export at client side withour server intervemtions, set exportAtClient='1' and in exportHandler set the id of the client side export handler component which you need to generate separately.

 

 

 

Please go though the docuemntation links provided in the previous post for more details.

 

 

 

 

 

So far Evaluation copy is concerned, we do not block any feature. Our eval charts,gauges are fully featured in eval( or trial what ever you name it - these are free to try before you decide to byu and use - so not necessarily Free)

 

 

 

So, there might be some other issue in your implementation, which we would gladly like to look into.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Mahek,

Could you please send us the HTML codes that you are using to render the chart?

Awaiting your reply. :)

Share this post


Link to post
Share on other sites

hi the multichart.txt is html file! (i cant upload html here!?)

 

 

 

Its working now... !! forgot to copy .swf file :-)

 

 

 

Sorry for the trouble !

 

 

 

:-) :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now