Skip to main content

All Questions

Tagged with
0 votes
1 answer
47 views

several graph has the same legend in flot

I am using JQuery Flot graph plugin to plot some bar charts in a page. when I plot a graph by datas and option below: var chartData = [{ label: 'success', data: [[...
nidalaowo's user avatar
0 votes
1 answer
758 views

Dynamic FLOT legend table

I have a somewhat limited knowledge of JS and JQuery so I am sorry if this is a stupid question. I have a dashboard of charts which will have varying widths and also allows a user to change the width. ...
user1035760's user avatar
0 votes
1 answer
285 views

flot legend swatch usage

Hello and thanks in advance for the help, guidance and encouragement. I am something of a crack coder... largely self taught and semi successful. So here is the challenge. I have a flot plot, which ...
Mark's user avatar
  • 81
3 votes
1 answer
2k views

How to reverse legend labels in Flot stacked bar chart?

Basically it is all in the title. I pass a json object to my template. This is how it's build using python: series = [] tab = [] for i,l in reversed(list(enumerate(ts_g))): try: z = l[0]....
LarsVegas's user avatar
  • 6,732
2 votes
2 answers
5k views

Need for help in jQuery.Flot legend formatting

By default flot was generated legend block (table) like this ([#] - color box): _________________ |_[#]_|_label_1_| |_[#]_|_label_2_| |_..._|_......._| I wanna have horizontal legend like this: ...
VeroLom's user avatar
  • 3,902