ICEfaces
  1. ICEfaces
  2. ICE-8592

Add new Bubble and Gauge chart types to ace:chart (was: add new chart types to ace:chart)

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      IF 3.x
    • Assignee Priority:
      P3
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description


      Implement remaning chart types available in JQPlot, particularly BubbleSeries.

        Activity

        Migration created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31513 Tue Oct 16 13:00:17 MDT 2012 nils.lundquist ICE-8592 - Bubble chart ace:showcase message.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31522 Tue Oct 16 15:49:33 MDT 2012 nils.lundquist ICE-8592 - Added BubbleSeries javadoc
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/chart/BubbleSeries.java
        Hide
        Nils Lundquist added a comment - - edited

        Revision #31512
        Committed by nils.lundquist
        A minute ago
        ICE-8664 - Add BubbleSeries implementation and showcase example. Added fillAlpha, seriesColors and color to Series base.
        JavaDoc still required for BubbleSeries. ChartSeries base could still have additional properties added also.
        Guess the next chart type up should be the gauge or mekko.

        Show
        Nils Lundquist added a comment - - edited Revision #31512 Committed by nils.lundquist A minute ago ICE-8664 - Add BubbleSeries implementation and showcase example. Added fillAlpha, seriesColors and color to Series base. JavaDoc still required for BubbleSeries. ChartSeries base could still have additional properties added also. Guess the next chart type up should be the gauge or mekko.
        Hide
        Leo Milhouse added a comment - - edited

        I vote gauge

        Show
        Leo Milhouse added a comment - - edited I vote gauge
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31541 Wed Oct 17 10:46:01 MDT 2012 nils.lundquist ICE-8592 - Added ace:chart demo facelet.
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/chart/chartBubble.xhtml
        Hide
        Carmen Cristurean added a comment - - edited

        There is a new issue in showcase (rev# 31528/ 31540) :
        chart - Bubble: Clicking on the link generates a Server Internal Error popup.
        Error in tomcat log:
        SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/showcase] threw exception [/showcase.xhtml @202,79 <ui:include src="#

        {navigationModel.currentComponentExample.example}"> Invalid path : /resources/examples/ace/chart/chartBubble.xhtml] with root cause
        javax.faces.view.facelets.TagAttributeException: /showcase.xhtml @202,79 <ui:include src="#{navigationModel.currentComponentExample.example}

        "> Invalid path : /resources/examples/ace/chart/chartBubble.xhtml
        at com.sun.faces.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:125)
        at com.sun.faces.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:107)
        at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:178)
        at com.sun.faces.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:395)

        Show
        Carmen Cristurean added a comment - - edited There is a new issue in showcase (rev# 31528/ 31540) : chart - Bubble: Clicking on the link generates a Server Internal Error popup. Error in tomcat log: SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/showcase] threw exception [/showcase.xhtml @202,79 <ui:include src="# {navigationModel.currentComponentExample.example}"> Invalid path : /resources/examples/ace/chart/chartBubble.xhtml] with root cause javax.faces.view.facelets.TagAttributeException: /showcase.xhtml @202,79 <ui:include src="#{navigationModel.currentComponentExample.example} "> Invalid path : /resources/examples/ace/chart/chartBubble.xhtml at com.sun.faces.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:125) at com.sun.faces.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:107) at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:178) at com.sun.faces.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:395)
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31555 Wed Oct 17 16:47:12 MDT 2012 nils.lundquist ICE-8592 - Removed export button from bubble example. Fixes IE7/8 error.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/chart/ChartBubbleBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.bubbleRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/chart/chartBubble.xhtml
        Hide
        Nils Lundquist added a comment - - edited

        Revision #31541
        Committed by nils.lundquist
        A minute ago
        ICE-8592 - Added ace:chart demo facelet.

        Show
        Nils Lundquist added a comment - - edited Revision #31541 Committed by nils.lundquist A minute ago ICE-8592 - Added ace:chart demo facelet.
        Hide
        Ken Fyten added a comment - - edited

        Assignee Priority: P1 (was: P3)

        Show
        Ken Fyten added a comment - - edited Assignee Priority: P1 (was: P3)
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31678 Tue Oct 23 12:43:52 MDT 2012 nils.lundquist ICE-8592 - added ace:chart gauge rendering
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/chart/GaugeSeries.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/chart/ChartGaugeBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/chart/chartGauge.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/chart/ChartBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31864 Wed Oct 31 08:54:54 MDT 2012 nils.lundquist ICE-8592 - Changed visibility of GaugeSeries enum to prevent serialization error.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/chart/GaugeSeries.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/chart/ChartSeries.java
        Migration made changes -
        Field Original Value New Value
        Reporter Migration [ remote ] Nils Lundquist [ nils.lundquist ]
        Migration made changes -
        Assignee Nils Lundquist [ nils.lundquist ]
        Migration made changes -
        Issue Type Improvement [ 4 ] New Feature [ 2 ]
        Assignee Priority P3 [ 10012 ]
        Migration made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Migration made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Migration made changes -
        Summary add new chart types to ace:chart Add new Bubble and Gauge chart types to ace:chart (was: add new chart types to ace:chart)
        Affects Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ]
        Component/s ACE-Components [ 10050 ]
        Hide
        Nils Lundquist added a comment -

        Resolution missing from migration.

        Show
        Nils Lundquist added a comment - Resolution missing from migration.
        Nils Lundquist made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 3.2 [ 10338 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Nils Lundquist
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: