1 /*rules for the plot target div. These will be cascaded down to all plot elements according to css rules*/
5 font-family: "Trebuchet MS", Arial
, Helvetica
, sans-serif
;
11 /*rules applied to all axes*/
28 .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
33 /*rules applied to all axis tick divs*/
34 .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
42 /* initial position untill tick is drawn in proper place */
44 /* padding-top: 10px;*/
50 /* initial position untill tick is drawn in proper place */
52 /* padding-bottom: 10px;*/
53 vertical-align: bottom
;
58 /* initial position untill tick is drawn in proper place */
60 /* padding-right: 10px;*/
64 .jqplot-yaxis-tick.jqplot-breakTick {
67 padding:1px 5px 1px 5px;
68 /* background-color: white;*/
73 .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
75 /* initial position untill tick is drawn in proper place */
77 /* padding-left: 10px;*/
78 /* padding-right: 15px;*/
82 .jqplot-yMidAxis-tick {
93 .jqplot-x2axis-label {
101 /* text-align: center;*/
106 .jqplot-yMidAxis-label {
111 .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
112 /* text-align: center;*/
118 .jqplot-meterGauge-tick {
123 .jqplot-meterGauge-label {
128 table
.jqplot-table-legend
{
135 table
.jqplot-table-legend
, table
.jqplot-cursor-legend
{
136 background-color: rgba
(255,255,255,0.6);
137 border: 1px solid
#cccccc;
142 td
.jqplot-table-legend
{
143 vertical-align:middle
;
147 These rules could be used instead of assigning
148 element styles and relying on js object properties.
152 td.jqplot-table-legend-swatch {
157 tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
162 td
.jqplot-seriesToggle:hover
, td
.jqplot-seriesToggle:active
{
166 .jqplot-table-legend .jqplot-series-hidden {
167 text-decoration: line-through
;
170 div
.jqplot-table-legend-swatch-outline
{
171 border: 1px solid
#cccccc;
175 div
.jqplot-table-legend-swatch
{
178 border-top-width: 5px;
179 border-bottom-width: 5px;
180 border-left-width: 6px;
181 border-right-width: 6px;
182 border-top-style: solid
;
183 border-bottom-style: solid
;
184 border-left-style: solid
;
185 border-right-style: solid
;
191 padding-bottom: 0.5em;
195 table
.jqplot-cursor-tooltip
{
196 border: 1px solid
#cccccc;
201 .jqplot-cursor-tooltip {
202 border: 1px solid
#cccccc;
205 background: rgba
(208,208,208,0.5);
209 .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
210 border: 1px solid
#cccccc;
213 background: rgba
(208,208,208,0.5);
217 .jqplot-point-label {
222 td
.jqplot-cursor-legend-swatch
{
223 vertical-align: middle
;
227 div
.jqplot-cursor-legend-swatch
{
233 /* Styles added to the plot target container when there is an error go here.*/
237 .jqplot-error-message {
238 /* Styling of the custom error message div goes here.*/
241 display: inline-block
;
244 div
.jqplot-bubble-label
{
246 /* background: rgba(90%, 90%, 90%, 0.15);*/
249 color: rgb
(20%, 20%, 20%);
252 div
.jqplot-bubble-label
.jqplot-bubble-label-highlight
{
253 background: rgba
(90%, 90%, 90%, 0.7);
256 div
.jqplot-noData-container
{
258 background-color: rgba
(96%, 96%, 96%, 0.3);