• Content count

    49
  • Joined

  • Last visited

Everything posted by [email protected]

  1. Hello Team, I am using Javascript driven fusion chart for zoomline chart ,in which I am showing 365 days of data. In which I am showing only firstDate of every month using <chart ...labeldisplay='NONE' and setting showLabel as 1 for every first date of the month. previously I was using MsLine chart for which it was working perfectly fine... but now I switched to the zoolLine chart ,for which it is taking some random labels to display on graph instead the labels for which I set showLabel as 1. could you please assist me what I am doing wrong with zoomLine chart...bcoz same feature is working fine with MsLine Chart. Attaching Json (please change ext to .json) Your help will be Appreciated !!!! Regards, Amol Chaudhari. ZoomLine.json.txt
  2. Ohhh... Thanks Bindhu for the Clarification... Could you please suggest me any other way to show only required labels on ZoolLine chart... As its 365 days of data zo want to provide zooming feature... so month wise user can zoom it... Thanks. Amol
  3. Hello Team, I am using Java script driven MsLine chart in which I am showing 1 years data (date wise), and setting showLabel=1 to the 1st date of every month. (dont want the zoom option so not going for zoom chart) so when there is a big data the graph is not plotting all data on graph. - Ex suppose I have 3 months of data (90 values on X-axis) then show label is not showing the dates for which showLabel is "1" So I removed showLabel option and tried . then graph is showing only the alternate Date labels instead of showing All the Dates in X-axis. I am not getting that why it is happening . I am doing anything wrong with MsLine Chart ? Any help is appreciated. Attaching the XML which has 3 months Dates data but still shows only alternate Dates on X-Axis Thanks, Amol. MSL.xml
  4. Hello Team, I am using Javascript (Json) driven MsLine chart ,in which I am trying to show few months data(I don't want the zooming functionality so using MsLine chart). Categories element containing all the dates between provided startDate and endDate , and I am trying to show only first day date of the every month on X-Axis and thats why I am using "showLabel":"1" for such dates. but still its showing only few dates visible on X-Axis out all the dates for which has showLabel value is "1". is there any special handling needs to be do for showLabel tag ? attaching sample json in which for 4 dates "showLabel":"1" is set but still its showing only first 2 dates on X-Axis (please change the file ext to .json ) Your Help will be Appreciated ... Thanks. Amol. GeneratedJson1.txt
  5. Hello Team , I am using javascript(JSON) driven Scattered fusion chart for which export option is enable enabled it using below mentioned properties "exportEnabled":"1", "exportAtClient":"1", I have 2 Queries regarding Export functionality Query 1. After Enabling Export the Export to JPEG was not working on any browser, it was generating some error when clicked on it, thats why I removed this from Export Options. For remaining options (PDF,PNG... etc,) On IE 9 browser it is taking long time to generate the file , and some time fails even. Query 2. On IE 9 browser when clicking on Export icon the Export options drop down rending is taking time to load, suppose I clicked on PDF after PDF is generated if I click again on Export icon the PDF options shows disable some time and then shows again , loading option taking time Are these the know issues ? Could you please help me out to resolve these performance issues !!! Regards, Amol.
  6. Thanks A Lot Swarnam, Its working absolutely fine ... but due to lots of data plots graphs is looking very nested for 365 days of Data... So I used ZoomLine chart for it with <chart ...labeldisplay='NONE' showLabels='0' > configurations ... unfortunately its not showing the first date of every month, when setting "showLabel" as 1 for them remaining are set as 0 Could you please assist me to resolve this issue Thanks. Amol.
  7. Hello Team, I have posted 3-4 queries in Forum but I am not getting any response on any query Could you please look into these, I am stuck thats why posting this Post :( !!!! Thanks In Advanced
  8. Hello Team, I am using javascript driven zoomline chart for displaying 1 years data, on X-Axis I am showing 365 days dates. Initially while loading the graph is loaded in macroscopic view I have two Questions here 1. Can we disable macroscopic mode while chart is loading because then all labels will be visible and scroll will appear for long list ? 2. can we control the zooming size when we are performing mouse drag on any data point ? because what is happening now is when I am clicking on any data point it is zooming it deeply , out of 365 dates only 2 days are displayed on a screen,I want to zoom it lesser . example when performing mouse drag on any data-point it should show all list on screen with scroll bar and distance between 2 data points should be 10 px , is this kind of stuff can I do with zoomline chart? Please advise me ... Regards, Amol.
  9. Hello Team, I am using Javascript driven MsLine Fusion chart. On X-Axis months are displayed eg "Jan Feb Mar Apr" I want to show data in between 2 Dates Eg: 10-Jan,15-Jan,30Jan,15-Feb ... But not able to plot in between the Dates, instead it's plotting on Month Name. PFA For Sample Json(as a .txt file) and Graph Snap shot LineChart_multiSerise.txt
  10. Thanks Sashibhusan I am trying to use a javascript driven ZoomLine chart with compact json mentioned in the link given by you by you above. Its always showing invalid data message... using following code I am trying to render the compact json (Using the copact json which is mentioned in a link given by you) var analysisChart = new FusionCharts( "ZoomLine", "quadrantChartId", "1000", "360", "0" ); analysisChart .setJSONUrl("ZoomLineChart.json.json"); analysisChart .render("analysisChartDiv"); Regards, Amol.
  11. Thanks Sashibhusan, You mean there is no way to Handle any Range in X-Axis ? I mean if X axis is having Jan , Feb then I can not plot value for 15-Jan,20-Jan in between the dates? Because my chart is showing Data for 1 year, so if I have to display the data date wise then I have to add 365 day in a category ? is this the way only to do so ? Regards Amol Chaudhari
  12. Hi, I am using Javascript driven fusion chart of type "MSLine" there are 5 types of data visible on the graph among which for 3 types of data line representation is fine , but for 2 types of data I want to show only circles, so I am thinking to hide the line between two data plots .I tried various ways but could not hide the lines. Is my approach is correct or there is another way to do so . PFA for my requirement Someone can pls help me to resolve this issue ???