Search the Community
Showing results for tags 'javascript'.
Found 65 results
-
stacked2d Need Show Up "DisplayValue" Outside of Bar "stackedbar2d" Chart
fakhryan posted a topic in Javascript Problems
Help please, Display Value going overlap when bar shink because data on inside bar chart. we need data show up outside of bar chart to avoid overlap (dont want to hide). we tries some trick like set Display value with extra whitespace "displayValue": " -2.000 " but fusi...-
- outside
- javascript
-
(and 1 more)
Tagged with:
-
After refreshing a chart by using a dispose() method followed by redefining and recreating the fusionchart I'm getting the following warning when hovering or moving the cursor over the 'updated' chart.: Uncaught TypeError: this._env is undefined This is on line 13 of fusioncharts.js T...
- 3 replies
-
- javascript
- error
-
(and 1 more)
Tagged with:
-
Hi, I am rendering my chart on back end (VB.net), i cannot make it works on back end using --> timeSeries.AddAttribute("chart", "{theme:'candy'}") Meanwhile, i do not know how to properly define on javascript using 'beforerender' event and setChartAttribute , its still stick to fusion...
-
I am new here and I need suggestion so basically my requirements are I am using USA/state map so when I clicked any USA state it will trigger a new bar chart in another section and vice versa the data filter each time when I clicked any chart either world map or bar chart I know we can use event lis...
- 9 replies
-
- fusionchart
- reactjs
-
(and 3 more)
Tagged with:
-
Hello, I have bought a license for FusionChart I received a zip file fusioncharts-suite-r-xt-one-developer-perpetual.zip but when I went the site the instructions simply said: 1-create react app 2- download the dependencies "npm install fusioncharts react-fusioncharts --save" 3- then I d...
-
I want to render a Map using Fusioncharts when click on some plot in other Chart, so far i can not achieve this, how could i do that? I have the following code: In code behind C# Function that i want to display when click on other chart: [System.Web.Services.WebMethod()] [Syste...
-
Hi, I'm having values/percentages like 15, 35, 40. If I input these values into graph, the Dougnut graph is adjusting its percentage to 100. So the values I input is getting changed. The above one is just example, in my case it's adding/subtracting the percentage to 0.01 to make sure that...
- 3 replies
-
- react native
- doughnut
-
(and 2 more)
Tagged with:
-
Hi, We're using stacked area 2d graph in our project. When there is enough data where the graph occupies full height which we've given, circles/anchors which we're using going beyond the screen or it's getting cropped. Please let us know the solution. Thanks in advance.
- 2 replies
-
- stacked area 2d
- javascript
-
(and 4 more)
Tagged with:
-
I have four stacked columns in a chart with too much white space. Is there a way to increase the column width? I can't find any examples or clear explanation in the docs. Thanks in advance.
- 1 reply
-
- javascript
- html
-
(and 2 more)
Tagged with:
-
So I'm using Multi Axis Line Chart with Date range changing option(1 Day, 7 Day, 1 Month, 3 Month, etc..). After creating this chart, whenever I try to change the date range, it gives me this error. What does it mean? Is it something to do with my chart options?
- 1 reply
-
- reactjs
- javascript
-
(and 1 more)
Tagged with:
-
Hi There is any Data value click event for Pyramid chart. My requirement is need to display the pop up while click on the data value DataplotclickEvent is work fine while click on the green or blue color etc.. I need the same thing on data value like management or senior...
-
I need to remove the dollar ($) sign from the top of the first bar which is showing the values $410K,only we need 410K https://jsfiddle.net/TumnU/1489/
- 1 reply
-
- column chart
- fusion chart
-
(and 2 more)
Tagged with:
-
FusionCharts.ready(function () { var myChart = new FusionCharts({ type: "angulargauge", renderAt: "refgauge", width: "100%", height: "350", dataFormat...
- 5 replies
-
- theme
- javascript
-
(and 2 more)
Tagged with:
-
Hi, I am using FusionCharts XT(v3.2.2) SR2 licensed version. Very recently while working on loading Pie chart in one of our application we are faced a problem, where Pie chart is not being loaded but all the legends and labels with values are loaded successfully. Please find the screenshot atta...
-
FusionCharts.register is not a function when bundling with WebPack
Sai Srinivasan posted a topic in Javascript Problems
I'm developing an Angular 2 application and using webpack to bundle my application together. One of my components imports the fusioncharts library stored in /lib/fusioncharts directory in the root of my project. Note: I dont have the fusioncharts module in node_modules. I was able to confi... -
Hi, I am using IE11 but in IE7 mode. The chart runs fine in any other mode, but I'm getting this error: I've searched the forum for the SCRIPT380 error and only found a user who was having an issue with a style tag. At the moment, my page and chart are unstyled, so cant think wha...
- 3 replies
-
- javascript
- ie8
-
(and 1 more)
Tagged with:
-
Adding different drill downs at the same level to fusion maps in asp.net
mike_ posted a topic in FusionCharts and ASP.NET
I have a fusion map of India showing states and I want to use drill down in such a way that when I click on Delhi, it should drill down to fusion map of Delhi and when i click on Mumbai it should drill down to fusion map of Mumbai etc. How should i use fusion map ConfigureLink() function for th...- 8 replies
-
- javascript
- fusioncharts
-
(and 1 more)
Tagged with:
-
Upon starting up JBoss for my locally deployed web application, I'm getting two errors - NoClassDefFoundError and ClassNotFoundException. This leaves me unable to export/save charts produced by my application. These are in relation to Fusion Charts' FusionChartsExportHelper class. The relevant...
- 1 reply
-
- javascript
- java
-
(and 4 more)
Tagged with:
-
How to get the filename of exported image of FusionChart in Server-Side?
itsursujit@gmail.com posted a topic in FusionCharts and PHP
I'm using following FusionChart option to Save the image to Server-Side PHP: [ 'chart' => [ "exportEnabled" => "1", "exportAtClient" => "0", "exportAction" => "save", "exportHandler" => "/fusioncharts/export-handlers/php-export-handler/index.php", "exportFile... -
Hi all, Recently I've encountered a problem with zoom scatter chart and IE. I noticed that the same problem persists on fusioncharts official web site. Every time when I go over the bubble (data plot) with my mouse pointer an error occurs. The error text is: Object doesn't support this acti...
- 3 replies
-
- Zoom Scatter
- Error
-
(and 2 more)
Tagged with:
-
Hello Everyone, I am quite new to Fusioncharts. I am trying to generate some charts in my application. I have followed many tutorials or instruction to generate a simple chart. Everything seems to be fine but still there is no chart generated, except the span. The div i am trying to show chart...
- 1 reply
-
- jquery
- javascript
-
(and 1 more)
Tagged with:
-
Hi, I am trying to do server side export as image in fusioncharts.I am using fusioncharts version 3.6. Given is my xml : "<?xml version='1.0' encoding='UTF-8' standalone='yes'?><chart animation='1' rotateLabels='0' slantLabels='0' showValues='0' adjustDiv='0' yAxisMinValue='0.0' yAxisMaxValue...
- 13 replies
-
javascript : fusionchart.js : offsetleft is undefined
bbhargav1506 posted a topic in Javascript Problems
Hi , we have developed the web applicaiton using asp.net and Fusionchart (version 3.4.0) When we are displaying the charts in the Browser 1. till 12 charts there is no issue . we are able get all its funcitonality (export , hovering on to the x axis ) but when we scroll down to the 1... -
Hi, Firstly - well done on an excellent product! We are having a problem with chart sizing and I'm hoping you can assist. We have a modal popup window as follows: <div class="modal fade" id="tankdatahrmodal" tabindex="-1" data-width="790" style="display: none;"> <div class="modal-content...
-
Seeking Chart Developer w/ SQL and Salesforce experience
TGarvey posted a topic in FusionCharts Jobs and Consultation
HomeKeeper is a Salesforce app for affordable homeownership organizations around the country to manage their programs. We seek to expand functionality by embedding a data visualization dashboard into the app, so individual organizations have a degree of self-analysis. We currently do our charts with...-
- Salesforce
- SQL
-
(and 1 more)
Tagged with: