Skip to main content

All Questions

Tagged with
1 vote
0 answers
85 views

After clicking Highchart legend, it alters the position of nested legend

I'm trying to make Nested pie chart like follows with nested legend: My JSON for legend is as follows: legend: { y:['open','overdue'].indexOf(this.name.trim().toLowerCase())!=-1?115:10, ...
Akhilesh Kumar's user avatar
1 vote
2 answers
3k views

Javafx: how to change the size of .chart-legend-item-symbol in css?

I'm relatively new to Javafx and completely new to CSS. Right now I would like to export a chart that I created in Javafx to a png file and as I would like to have a high quality picture I changed ...
bugsallover's user avatar
0 votes
1 answer
128 views

Return default styling to legend element

My less file is set so that a legend that is a child of a fieldset has certain styles. I to make a legend.default that is a also a child of fieldset, but which will have its default styling. I don't ...
akantoword's user avatar
  • 2,964
0 votes
1 answer
261 views

How can i change shape of legend jquery flot

I'm finding about jquery flot. And when i draw two lines, it displayed two legends with rectangle shape. But i want to change these default shape of jquery flot. One shape is rectangle (wind ...
Khanh Pham's user avatar
  • 2,943
1 vote
1 answer
1k views

Underlined Fieldset Legend

I am working on a small interface, and currently have a simple set of radio buttons inside a fieldset with a legend. It currently looks like this: But I want to get a border between the legend and ...
Joe Balin's user avatar
  • 177
0 votes
1 answer
3k views

CSS/HTML fieldset with legend side by side

I just wanna ask how can i make that side by side? i know this has already been questioned many times here but i already tried the solutions that they've said worked. like adding <div> or ...
bruh's user avatar
  • 79
1 vote
1 answer
2k views

Style the first legend element within a nested fieldsets

I'm trying to style the first legend element within nested fieldsets, but none of the CSS selectors I used achieve what I'm after. http://codepen.io/anon/pen/epodxd I basically want to style the ...
Jayonline's user avatar
  • 143
0 votes
2 answers
2k views

How to prevent the fieldset's border from going through the legend element surrounded by the form tag?

I have a form with these tags: <form>, <fieldset> and <legend>. The fieldset's border passes through the middle of the legend element. I still want to have the border around my form,...
Camryn's user avatar
  • 3
1 vote
1 answer
2k views

JavaFX StackedBarChart legend color don't follow chart color CSS styled

In my application (JDK 1.8u51) I want to set some specific colors to some data categories in a StackedBarChart. I made this with a CSS as bellow : .root{ -fx-ok-color: darkgreen; -fx-critical-...
MaxD's user avatar
  • 377
1 vote
1 answer
440 views

Apply CSS same as legend tag

I want to create a border around my html component. HTML legend element can be used but i want to use it out of the form. HTML Legend: http://www.w3schools.com/tags/tryit.asp?filename=...
Alpesh Prajapati's user avatar
1 vote
1 answer
2k views

How do I use the <legend> element with styles?

I just ran into a quirky problem and haven't been able to find an answer or figure it out. The problem is regarding the <legend> tag within a <form>. I've created a form using <form&...
mad.meesh's user avatar
  • 2,686
3 votes
3 answers
5k views

How do I place the legend outside the fieldset border

I am going crazy trying to figure out how to make this work. I would like the legend to be outside of the border. How can I make this happen while keeping the legend tag? As you can see below I tried ...
Ellen Harris'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
360 views

Highcharts pie on legenditemclick avoid slicing of pie but show animation on legend item

I am using highcharts to display pie with legends. legendItemClick: function (e) { return false; } I am using the above legendItemClick event which returns false to avoid the default behaviour. I ...
Reva's user avatar
  • 225
1 vote
1 answer
580 views

Legend doesn't fit (different resolution)

I have got a form with a fieldset and a legend in it and I would like, the legend's background to fit the full width of the fieldset. But I don't know how? Here is my fiddle: Link HTML code: <...
c00L's user avatar
  • 609

15 30 50 per page