Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-4304

[core] Pie slices shrink after wrong timing of resize of the pie

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.10.0
    • Fix Version/s: 3.11.0
    • Component/s: app.editor
    • Labels:
      None
    • Target Version:
    • Sprint:
      Jul 5-22, 2016

      Description

      I built a pie chart and when I hovered over the slices, some of them (upper left only), shrank.

      This seems to happen if you have more than 5 slices. For example, with this query, 3 slices will shrink when you hover over it.

      SELECT startstation, endstation, count(*) AS trips
      FROM biketrips
      GROUP BY  startstation, endstation
      ORDER BY trips desc
      LIMIT 8;
      

        Attachments

          Activity

            People

            • Assignee:
              enricoberti Enrico Berti
              Reporter:
              gbarr Gwendolynne Barr
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: