amclay / flotr

Automatically exported from code.google.com/p/flotr
1 stars 0 forks source link

Unable to draw Multi Series Graph with Line Graph #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi , 

I have Customized http://www.humblesoftware.com/finance/index , which 
internally uses Flotr JS to draw charts

 var p = Flotr.draw(
            $('priceGraph'),
            [topdata,data],
            {
            shadowSize: false,
                HtmlText: false
            }
        );

But the problem is that it is currently drawing only one series . 

Original issue reported on code.google.com by ravikira...@gmail.com on 22 May 2011 at 2:30

GoogleCodeExporter commented 9 years ago
Could anybody please help me , i am getting only one line at a time , I am 
using this version of flotr 

var Flotr = {
version: "0.2.0-alpha",
revision: ('$Revision$'.match(/(\d+)/) || [null,null])[1],
author: ['Bas Wenneker', 'Fabien Ménager'],
website: 'http://www.solutoire.com',
isIphone: /iphone/i.test(navigator.userAgent),
isIE9: document.documentMode == 9,

Original comment by ravikira...@gmail.com on 22 May 2011 at 5:02