leonardoeloy / flot-valuelabels

Improvement of Flot Value Labels plugin
http://wiki.github.com/leonardoeloy/flot-valuelabels/
26 stars 40 forks source link

Centering values and changing colors and font of labels #4

Open vasiliyaltunin opened 14 years ago

vasiliyaltunin commented 14 years ago

I make some improvments to this plugin, so now u can change labels color, font and setup offset for it:

/**

And here how u can use it:

            var options = {
                bars: { show: true, autoScale: true, fillOpacity: 1},
                xaxis: { autoscaleMargin:0.3, ticks: [[1.5,"2008"], [3.5,"2010"], [5.5,"2011"]] },
                yaxis: { autoscaleMargin:0.2 },
                valueLabels: { show: true, font : "17px Arial", yoffset : 0, xoffset : 14, fontcolor : "#FF0000" }
            };
neoDD69 commented 11 years ago

Hi, I've implemented a more efficent positioning of labels, only for isShowHtml. If you are interested visit my fork.