Abhijit

Members
  • Content count

    11
  • Joined

  • Last visited

About Abhijit

  • Rank
    Junior Member
  1. Zoom In Feature

    Hi, Thanks for your response. We have tried the log chart, but we are not sure if all our users will be able to understand the log scale. Another point is, we have 0 (zero) in our data which we want to appear as zero. and that does not appear in log chart as log (0) is -infinity / undefined. Is fusion chart going to provide zoom chart in near future? Please do let us know. Another approach we thought was to show smaller values by allowing user to set the yAxisMaxValue. e.g. there are values as 1,2,5,15 etc and 23.5K, 34.12MM etc in the chart, then user would say that he wants to see data in 0 to 100, and we were planning to set the yAxisMaxValue. But that does not allow, as the yAxisMaxValue does not seem to work if it is set to a value lesser than max data value in the chart. Can you please suggest any way so that we can clip the chart and show in bottom section only? Thanks, Abhijit
  2. Zoom In Feature

    Hi, We are facing readability issues when a chart with a cluster of small values and cluster of big values are in same chart. e.g. 1,2,5,15 etc and 23.5K, 34.12MM etc. We want to provide the zoom in functionality for the user to allow him to zoom in into the cluster of small values and cluster of big values. We tried changing yAxisMaxValue so that user will be able to see the smaller values. It did not work since it cannot be set to a value smaller than the max value in the chart. The zoomline chart is line chart, and it does not allow zoom in in y-direction. Please let us know if we can achieve this through Fusion charts. The Hi-Charts does provide a functionality of y and x axis zooming. Is that possible in fusion chart? Thanks, Abhijit
  3. Hi, We have purchased the Fusion Chart XT licenses as given below. FusionCharts Enterprise 3.2.1<br style="-webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; color: rgb(86, 86, 86); font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21px; background-color: rgb(241, 243, 244);">FusionCharts Subscription - Enterprise License <br style="-webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; color: rgb(86, 86, 86); font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21px; background-color: rgb(241, 243, 244);">FusionWidgets Subscription - Enterprise License The .js files state the version as below @version fusioncharts/3.2.3-sr3.5347 Now we need to use the LogMSLine and / or LogMSColumn2D charts. But as those are part of Power charts which we do not have under the purchased charts. We wanted to try the log chart and then take a decision to purchase the same. In order to proceed, we need to try the .js files for power charts of the version 3.2.3-sr3.5347. So can the support team provide us the old version of the js files of power charts? Thanks, Abhijit
  4. Hi, We have a chart that has dates shown on the X axis and measures shown on the Y axis. Now we have a specific requirement to allow user to switch between the weekly and Monthly data, but when user switches between weekly and monthly the aggregation needs be also performed at that respective frequency (monthly / weekly). The aggregation for different measures would be different, like some measures would add values at daily level to be shown at weekly and monthly levels, other would average the daily measure values, etc. The zoom line chart is not aggregating the data, but is shows data only for specific days and skips others by default. And when user zooms in he will see data for other dates as well. Is there any was we can achieve using fusion charts? Thanks, Abhijit
  5. Zoom Feature

    Hi, We have a need of zoom in functionality. We can use the ZoomLine chart for Line chart. But is there a Column chart which supports Zoom functionality. Thanks, Abhijit
  6. Export as image without web page

    I found answer for this as well.. I need to use %26lt;. http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpPunctuation.html Thanks, Abhijit
  7. Export as image without web page

    Hi, This is working really well, except for couple of issues. We are facing some issues which occur in flash version of the chart. We want to use html5/javascript version while generating the image. Is it possible? If yes then can you share the changes I need to do in this code? Thanks, Abhijit
  8. Export as image without web page

    Now I am having a Less than symbol (<) in the label attribute of category node. But it is coming in the encoded form (<). But when it is passed for generating the image it gives the error of Invalid XML. Please let me know what should I replace this < (encoded less than) with? Thanks, Abhijit
  9. Export as image without web page

    I Got it. I should use %25 to display %. Thanks, Abhijit
  10. Export as image without web page

    Hi Rahul, Thanks, This worked. Thanks a ton. I am facing different Issue now. The chart is expected to be shown with prefix, '%', with numberPrefix="%" property. This is showing the invalid XML data in the rendered image. If I set numberPrefix="", then chart is rendered fine, but the labels are not shown with the % prefix. Is there any escape character which I can use to make sure the % gets through and gets rendered in image? Also, we are facing issues for other characters like '<', '&', etc Note, it I try the same XML to render client side rendering, it does render the chart without any problem. The problem is occurring only in case of the server side image capture. Please let me know. Thanks.
  11. Export as image without web page

    Hi, While I was trying with DNN 5+ version, I am getting following error Message : Class not registered (Exception from HRESULT: 0x80040154(REGDB_E_CLASSNOTREG)) Source : FusionChartsImageSaver Stack: atFusionCharts.ServerSideHandlerBase.initializeObjects() atFusionCharts.ServerSideHandlerBase.setParameters(String swfPath, Int32 width,Int32 height, String dataXML, String dataURL, String imageFileName) atFusionCharts.ServerSideHandlerBase.startProcessThread(Object oSSH) atSystem.Threading.ExecutionContext.runTryCode(Object userData) atSystem.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCodecode, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionContextexecutionContext, ContextCallback callback, Object state) atSystem.Threading.ThreadHelper.ThreadStart(Object obj) I am using VS 2010, on Win7 machine. If I run the sample seperately, It works, but not inside a DNN module. Can someone help me? Also it worked on other machine inside DNN environment. So seems to be something which I am having setup on VS / Platform etc. When I tried to search for the errror message mentioned above, I found posts stating to install owc11.exe http://www.microsoft.com/download/en/confirmation.aspx?id=22276, changeing platform to x86 etc. I tried the owc11.exe installation, it did not help. When I am trying the change platform to x86 in VS, I do not see it as stated in for 2005/2008, as I am using 2010. Please let me know where I am missing. Thanks, Abhijit