nitmas

Members
  • Content count

    4
  • Joined

  • Last visited

About nitmas

  • Rank
    Forum Newbie
  1. Hello, Thanks for the second option, but this will not work either. The data is entirely dynamic based upon the time range that the user selects. The primary axis may or may not go into the negative. I just need the 0 line to match up wherever it may fall, and the primary and secondary axis to scale independently of each other (which is the entire point of having two axis'). Thanks
  2. Hello, Thanks for your response, but that would only work if the primary and secondary axis value are similar. When the primary axis is dealing with numbers in the 100k's and the secondary axis is dealing with numbers in the 0-500 range the line part of the chart is rendered useless. See the screenshot from your sample. The line might as well not even be there. The baseline needs synched, but the primary and secondary axis need to remain independent. Thanks
  3. Hello, I'm trying to use a stackedcolumn3dlinedy chart to display daily sales dollars by category along with overall daily transactions. I would like the primary and secondary y axis to scale independently but have their baseline at 0 align. This seems to work fine until there are negative sales dollars represented in a category. Once this occurs, the primary y axis adjusts to show negative values, and the secondary y axis has it's zero point move downward to correspond with the negative primary y axis value. I've attached a picture of the issue. Notice how the line chart behaves... Is there any way to keep the zero value of the secondary y axis aligned with the zero value of the primary y axis? All while maintaining their respective scales.
  4. I have fusion charts installed and working, however the fusioncharts.js file will not seem to cache like all the other scripts/resources I have specified in my manifest file. Does anyone know why this is happening? What I can do to resolve this issue. Loading 700 kb each time the page is launched causes too long of a delay to implement this. I've included a section of the page header, the manifest file, and a snippet of the server log. <html manifest="Load.appcache.php"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <link rel="Stylesheet" href="Design/Render.css" /> <link rel="stylesheet" type="text/css" href="jQuery/jquery-ui-1.11.4.css"> <script src="jQuery/jquery-2.2.3.min.js"></script> <script src="jQuery/jquery-ui-1.11.4.min.js"></script> <script type="text/javascript" src="Action/geo.js"></script> <script type="text/javascript" src="Action/Logic.js"></script> <script type="text/javascript" src="fusion/fusioncharts.js"></script> <script type="text/javascript" src="fusion/themes/fusioncharts.theme.Load.js"></script> </head> CACHE MANIFEST # Cache Manifest Version: 1.0.10 NETWORK: * CACHE: Design/Render.css jQuery/jquery-ui-1.11.4.css jQuery/jquery-2.2.3.min.js jQuery/jquery-ui-1.11.4.min.js jQuery/jquery.blockUI.js Action/geo.js Action/Logic.js fusion/fusioncharts.js fusion/themes/fusioncharts.theme.Load.js Design/Image/bg.png Design/Image/back.png Design/Image/down.png Design/Image/select.png Design/Image/button.png [07/Sep/2016:08:23:54 -0400] "GET /salesC/jQuery/jquery-2.2.3.min.js HTTP/1.1" 304 - [07/Sep/2016:08:23:54 -0400] "GET /salesC/jQuery/jquery-ui-1.11.4.min.js HTTP/1.1" 304 - [07/Sep/2016:08:23:54 -0400] "GET /salesC/jQuery/jquery.blockUI.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/geo.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/Logic.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/sys.js?v=20 HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/iLoad.js?v=20 HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/markerclusterer.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/fusion/fusioncharts.js HTTP/1.1" 200 732603 [07/Sep/2016:08:23:57 -0400] "GET /salesC/fusion/themes/fusioncharts.theme.Load.js HTTP/1.1" 304 -