201 Commits (master)

Author SHA1 Message Date
Florian Mounier 9b4202fdc2 Remove old demo 7 years ago
Florian Mounier 4743f4c4ea Import sort order 7 years ago
Florian Mounier 79b33bec70 Yapf code style 7 years ago
Florian Mounier 2891cfe2a3 Sort imports 7 years ago
Florian Mounier 6a597e2953 Implement new call API. Ref #323 8 years ago
Florian Mounier 9746ce0c01 Happy new year 9 years ago
Florian Mounier 40bf2ad7fe Fix test error about rounding 9 years ago
Florian Mounier a5bede52d8 Add a pytz test 9 years ago
Florian Mounier ee066cd148 Correctly handle utc timestamp for python 2.x. Backport again several things. This may be the last backport for 2.6 as the next time I'm thinking of discontinuing support instead of implementing 2.7 in 2.6... This should fix #306 and maybe #302. 9 years ago
Florian Mounier 7430ac7b0b * Fix range option for some Charts (Fix #297 Fix #298) 9 years ago
Florian Mounier 9d70ff3bf9 Update documentation 9 years ago
Florian Mounier 0d60a816f5 Start supporting multivalue in gauge 9 years ago
Florian Mounier 7f77027392 Rework formatters. Add a formatter option for chart / serie / value. 9 years ago
Florian Mounier 013d9c7447 Work on solidgauge PR 9 years ago
Florian Mounier ebfe90a553 Update documentation 9 years ago
Florian Mounier 326435da3f Minor fix 9 years ago
chartique efd5791cc6 solidgauge 9 years ago
Florian Mounier b5e8833ab1 Add doc for ci and print value positioning 9 years ago
Florian Mounier 91e8497c80 Forgotten print 9 years ago
Florian Mounier c28945b5fb Clean up 9 years ago
Florian Mounier 5996d0569c Confidence intervals (thanks @chartique). Fix #292. Use metadata to specify CI. Missing auto viewport. (Computing ymin ymax from ci) 9 years ago
Florian Mounier 8381ea3539 Fix negative and histogram 9 years ago
Florian Mounier d1eba64bdf Bar print value positioning with `print_values_position`. Can be `top`, `center` or `bottom` (thanks @chartique) Fix #291 9 years ago
Florian Mounier f85991636c Change _bar return value to all bounds and extract _tooltip_and_print_values. Make histogram a subtype of Bar. 9 years ago
Florian Mounier c5aba2048f Use custom xml_declaration avoiding conflict with processing instructions 9 years ago
Florian Mounier 2dc3fc06b9 Add defs config key. 9 years ago
Florian Mounier bdcc0ed9e8 Fix labels rotation > 180 (Fix #257) Fix secondary axis 9 years ago
Florian Mounier 57dae84431 Process major labels as labels. (Fix #263) 9 years ago
Florian Mounier 7bccd1e586 Add `dynamic_print_values` to show print_values on legend hover. (Fix #279) 9 years ago
Florian Mounier f3c6b1bd85 Avoid x label formatting when label is a string 9 years ago
Florian Mounier ae95223ee8 Fix map coloration 9 years ago
Florian Mounier 755c5ab3ef Fix label adaptation. Fix #256 Fix wrong radar truncation. Fix #255 9 years ago
Florian Mounier 0ddcc0d3a2 Add tooltip support in metadata to add a title (#249). 9 years ago
Florian Mounier 6e91e714eb Fix radar axis behaviour (#247) 9 years ago
Florian Mounier c175c08d8b Add ``print_labels`` option to print label too. (Fix #197) Add ``value_label_font_family`` and ``value_label_font_size`` style options for ``print_labels``. Default ``print_zeroes`` to True (Re)Add xlink in desc to show on tooltip Activate element on tooltip hovering. (Fix #106) 9 years ago
Florian Mounier 4bfbd4f129 Fix #178 9 years ago
Florian Mounier ecff6f5a7b Small last fixes 9 years ago
Florian Mounier 494d46613a Fix a lot of label related things 9 years ago
Florian Mounier a1839a7d99 Better js integration in maps. Use the normal tooltip 9 years ago
Florian Mounier 7748f847f3 Refactor label processing in a ``_compute_x_labels`` and ``_compute_y_labels`` method. Handle both string and numbers for all charts. Create a ``Dual`` base chart for dual axis charts. (Fix #236) 9 years ago
Florian Mounier 59d4fa9f74 Add auto ``print_value`` color + a configurable ``value_colors`` list in style + Update doc 9 years ago
Florian Mounier 034f42775a Minor style tweaks 9 years ago
Florian Mounier adc03ef2fb Move ``font_size`` config to style. Add ``font_family`` for various elements in style. Add ``googlefont:font`` support for style fonts. 9 years ago
Florian Mounier d0b8436d14 Fix #237 + protocol fix 9 years ago
Florian Mounier 6ebf6d2e5f Darken extra colors for serie len 9 years ago
Florian Mounier 579a6f91d5 Styles are now all classes and parametric styles are explicit. WIP on new default theme based on material design 9 years ago
Florian Mounier 09480b58e3 Document interpolation and add a larger stroke width on active 9 years ago
Florian Mounier 2ddf8b5c3d Disable no lxml under python 2.6 9 years ago
Florian Mounier 49f2c5d246 Fix timezones 9 years ago
Florian Mounier 310961a627 Better sparklines with labels. Fix #239 9 years ago