1. 19 Jul, 2013 4 commits
  2. 03 Jul, 2013 4 commits
  3. 31 May, 2013 2 commits
  4. 30 May, 2013 2 commits
  5. 29 May, 2013 2 commits
  6. 28 May, 2013 1 commit
  7. 27 May, 2013 4 commits
  8. 23 May, 2013 1 commit
  9. 22 May, 2013 3 commits
  10. 08 May, 2013 2 commits
  11. 06 May, 2013 2 commits
  12. 05 May, 2013 3 commits
  13. 28 Apr, 2013 4 commits
  14. 27 Apr, 2013 2 commits
  15. 26 Apr, 2013 2 commits
  16. 24 Apr, 2013 1 commit
    • goorpy's avatar
      Override colors array after extend in parseOptions · fccc8a6e
      goorpy authored
      (Realted to flot issue #1031: https://github.com/flot/flot/issues/1031)
      
      Currently, if the user declares a custom color palette with less than 5 colors (say, n), $.extend(true, options, opts) only modifies the first n colors of the default palette and leaves the last 5-n in place. When the number of series is >n, colors are used that are not part of user-defined palette, contrary to description of colors array in API.
      
      This line overrides the extended colors array and replaces it with exactly the user-defined colors array, when present. Afterwards, the user color palette is respected by the auto tinting/shading system for when there are more series than colors.
      fccc8a6e
  17. 23 Apr, 2013 1 commit