1. 31 Jul, 2017 11 commits
  2. 29 Jul, 2017 1 commit
  3. 28 Jul, 2017 1 commit
  4. 27 Jul, 2017 2 commits
  5. 26 Jul, 2017 1 commit
  6. 25 Jul, 2017 1 commit
    • Heatmap fixes (adapted for v4.4.x branch) (#8920) · cb8ecb2d
      * heatmap: fix converting error when series contains 0 and log scale is selected, issue #8884
      
      * heatmap: fix app crash when Y min set to 0 with log scale
      
      * heatmap: fix tooltip for 'zero' buckets in log scale
      
      * heatmap: fix tooltip histogram for log scales
      
      * heatmap: fix flicker of the highlighted element
      
      this was caused by too often fired mouseenter/mouseleave events
      
      * heatmap: fix missing X axis option for log scales
      
      * heatmap: fix missing zero bucket in tooltip histogram
      Alexander Zobnin committed
  7. 24 Jul, 2017 13 commits
  8. 21 Jul, 2017 3 commits
  9. 20 Jul, 2017 2 commits
  10. 19 Jul, 2017 2 commits
  11. 18 Jul, 2017 3 commits
    • table-panel: clickable cell link - draft (#8738) · 9bbc9425
      * table-panel: clickable cell link - draft
      
      * table-panel: clickable cell link - fix link target option
      
      * table-panel: fix undefined columnStyle.link
      
      * table-panel: option to highlight cell with link
      
      * table-panel: render variables for all cells in row
      
      * table-panel: remove cell highlighting
      
      * table-panel: add help for URL field
      
      * linkPopover directive for link info in table panel
      
      * table-panel: add link info popover to cells
      
      * table-panel: use native popover instead directive
      
      * table-panel: link drop refactor, remove unused code
      
      * table-panel: fix unclickable link when drop is opened
      
      * refactoring: minor refactoring to #8738, do not think we need a full blown popover for the links, simple tooltip is enough and more efficient, sadly we do not have a modern tooltip framework, still using old bootstrap 2.3 tooltip
      
      * table-panel: add tests for link rendering
      Alexander Zobnin committed
    • Update CHANGELOG.md · 13c966c1
      Torkel Ödegaard committed