My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Dec 18, 2008
    issue 3 (Wrong scaling calculation in bar chart when dataset has two ...) reported by dgthanhan   -   What steps will reproduce the problem? 1. Setting up a bar chart 2. Using a dataset as: [[0, 5], [5, 7]] 3. Draw the chart The chart is drawn with no bar visible. I'm using Plotkit 0.9.1
    What steps will reproduce the problem? 1. Setting up a bar chart 2. Using a dataset as: [[0, 5], [5, 7]] 3. Draw the chart The chart is drawn with no bar visible. I'm using Plotkit 0.9.1
  • Nov 04, 2008
    issue 2 (xajax conflict) reported by octaviobenedi   -   Tested with xajax and no propertly working. A solution is to plot graph in a iframe.
    Tested with xajax and no propertly working. A solution is to plot graph in a iframe.
  • Aug 03, 2008
    addDatasetFromTable (snippet of code to improve addDatasetFromTable) Wiki page added by alastairtse
  • Jul 28, 2008
    issue 1 (Ext-JS conflict) reported by of.olivier.favre   -   I wonder if this is your preferred location for a bug ticket... What steps will reproduce the problem? 1. Use Ext-JS with your webpage 2. Use Plotkit with your webpage 3. Try to reproduce the "sqrt" bar plot example in your demos. What is the expected output? What do you see instead? I expect the example to work in a page that makes use of ExtJS (event if it's only loading Ext with a JavaScript inclusion). Instead I have an error and no chart. What version of the product are you using? On what operating system? I use PlotKit 0.9.1, MochiKit 1.3.1 and Ext-JS 2.1. Firefox 2.0.0.16 on Windows Vista. Please provide any additional information below. The problem is that Ext-JS adds many functions to standard classes : remove() inside arrays in our case. Line 288 in Layout.js : var all = collapse(map(itemgetter(1), items(this.datasets))); At this line, we have an extraneous elements : index is 5 and value is undefined. Suggestion:EX You should modify your usingPrototype() function to detect ExtJS, or always set it to true as I think it would be more secure. Best regards, Olivier Favre
    I wonder if this is your preferred location for a bug ticket... What steps will reproduce the problem? 1. Use Ext-JS with your webpage 2. Use Plotkit with your webpage 3. Try to reproduce the "sqrt" bar plot example in your demos. What is the expected output? What do you see instead? I expect the example to work in a page that makes use of ExtJS (event if it's only loading Ext with a JavaScript inclusion). Instead I have an error and no chart. What version of the product are you using? On what operating system? I use PlotKit 0.9.1, MochiKit 1.3.1 and Ext-JS 2.1. Firefox 2.0.0.16 on Windows Vista. Please provide any additional information below. The problem is that Ext-JS adds many functions to standard classes : remove() inside arrays in our case. Line 288 in Layout.js : var all = collapse(map(itemgetter(1), items(this.datasets))); At this line, we have an extraneous elements : index is 5 and value is undefined. Suggestion:EX You should modify your usingPrototype() function to detect ExtJS, or always set it to true as I think it would be more secure. Best regards, Olivier Favre
 
Hosted by Google Code