1. 04 May, 2015 1 commit
    • Sudhakar's avatar
      Sudhakar, Hemanth | Added a config called 'sensitivity' for the point so that… · 37c6d721
      Sudhakar authored
      Sudhakar, Hemanth | Added a config called 'sensitivity' for the point so that click sensitivity can be configured.
      
      Right now, the click area of a point is hard coded in the code and in high pixel density devices (iPad) this is not enough. Have modified the data.js (c3_chart_internal_fn.dist) function to calculate the distance between the two points and compare it with the configured value (which is passed to c3.generate method along with other config)
      
       Example
      
               point: {
                   show: true,
                   r: 5,
                   sensitivity: 20
               },
      37c6d721
  2. 17 Mar, 2015 2 commits
  3. 16 Mar, 2015 2 commits
  4. 15 Mar, 2015 12 commits
  5. 14 Mar, 2015 5 commits
  6. 11 Mar, 2015 2 commits
  7. 10 Mar, 2015 3 commits
  8. 08 Mar, 2015 7 commits
  9. 07 Mar, 2015 4 commits
  10. 06 Mar, 2015 2 commits