Charting component libraries

Hello people,
We are currently looking for a charting component library to replace our need to develop the charts ourselves. We need the charts available for both the normal java-application and a servlet based web-application. Can anyone recommend any products/libraries and give some feedback on using them?
How was the support for the product?
Have you encountered any bugs?
How did you find the performance and pricing?
What is your general feel of the product?
etc. etc. whatever comes to mind.
We have been especially looking at MonarchCharts lately (http://www.singleton-labs.com/mcharts.html) which seems to have the charts we need and the graphics are very good looking. Does anyone have any experience on this?
We also looked at http://www.visualmining.com/ which was very feature-rich and good looking but seemed a bit expensive.
http://www.objectplanet.com/EasyCharts/ looked ok except that it seems to be missing some of the charts we need. any experience on these?
thanks,
-teka

Did you try out JFreeChart?
http://www.object-refinery.com/jfreechart/index.html
Complete source code is included (subject to the GNU LGPL), so you can extend JFreeChart easily, if you need to.
Regards,
Dave Gilbert
JFreeChart Project Leader

Similar Messages

  • Do we have any third party FLEX component libraries to support accessibility feature for all the components(like: ViewStack, ToggleButtonBar, charts and etc..) ?

    I am working on FLEX 4.6 SDK it provides 35 components with built in accessibility support. My Application contains some components which have no built in accessibility support but I need to provide accessibility support for those components too. I have gone through the Flex docs to customize the non accessible components to support accessibility feature, But the docs where not clear. To customize a single component I have to overwrite lot of code in SDK level.
    and it takes lot of effort.
    So, I would like to use FLEX component libraries which provides accessibility support for all the component.
    Could you please guide me how can I provide accessibility support for other components with out putting more effort on it.
    Thanks in advance...

    There is already such thing in myfaces called "security context" [1]. You could find build of sandbox.jar [2]
    [1] http://myfaces.apache.org/sandbox/securityContext.html
    [2] http://people.apache.org/builds/myfaces/nightly/

  • Crystal Reports 2008 Charting Component

    When attempting to create a new report using the bar chart type, I receive the following error from the report wizard:
    Crystal Reports Charting Component sscsdk80.dll could not be found
    Please re-run the installation to fix this problem.
    I have re-run the installation, selecting additional features of custom charting, and mapping and it did not solve the problem. I have tried to manually register sscsdk80.dll with regsvr32 and that fails:
    Load Library Failed. The specified module could not be found. Which must refer to a dependency (?) of that .dll since sscsdk80.dll is obviously present.
    I have tried copying sscsdk80.dll to the windows\system32 directory and manually registering with regsvr32 and that fails as well.
    Any help would be appreciated. Trying to avoid un-installing and re-installing the entire Crystal Reports 2008 application.

    We had 2 users with this error this week, both on CR2008 SP2.
    The file is located here, assuming BO/Crystal is installed to the default location: C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    I copied the .dll file to this location: C:\Program Files\Business Objects\common\4.0\bin
    That stopped the error coming up and the graphs are displaying correctly. Had a similar error with the keydecoder.dll which I resolved by doing the above. Re-installing SP2 fixed the keydecoder.dll error for a while but then it started re-occuring and I tried the above fix, and the error hasn't come back.
    We're on XP SP3.

  • In chart component value format mask

    Hi, I wrote chart component. In display options page I want to set value format mask. I want to show the value||%(percent symbol) for example 40% . I set value format mask 999.99% but it doesn't show. How can I do this. thanks.

    I calculated percentage but I want to show axis value with % symbol. For example
    Nevzat -------------------- 40%
    Ali -------------- 20%
    Hasan -------------------------- 60%

  • Module Chart component Error #1009: Cannot access a property or method of a null object reference

    Is there a known bug when displaying a chart component that is defined in a module. When attempting to display a chart component defined in a module it crashes indicating Error #1009: Cannot access a property or method of a null object reference.
    It crashes at the following location in ChartBase.as. Somehow when loading the chart the  styleManager.getStyleDeclaration("mx.charts.chartClasses.ChartBase"); returns null so when using the setStyle methods the exception occurs.
    private function initStyles():Boolean
            HaloDefaults.init(styleManager);
      var chartBaseStyle:CSSStyleDeclaration = styleManager.getStyleDeclaration("mx.charts.chartClasses.ChartBase");
      chartBaseStyle.setStyle("chartSeriesStyles", HaloDefaults.chartBaseChartSeriesStyles);
      chartBaseStyle.setStyle("fill", new SolidColor(0xFFFFFF, 0));
      chartBaseStyle.setStyle("calloutStroke", new SolidColorStroke(0x888888,2));
            return true;
    Added note: There is a chart component in the application that works fine.  The only way I can get  the chart in the module to display is to add the following workaround preinitializer but it severly impacts the loading of the module. Is there a way around this.
    protected function preinitializeHandler(event:FlexEvent):void
       var styleObjects:Array = FlexGlobals.topLevelApplication.styleManager.selectors;
       for each(var styleObj:String in styleObjects)  {
        var style:CSSStyleDeclaration = FlexGlobals.topLevelApplication.styleManager.getStyleDeclaration(styleObj);
        styleManager.setStyleDeclaration(styleObj, style, true);   
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.charts.chartClasses::ChartBase/initStyles()[E:\dev\4.y\frameworks\projects\charts\src\ mx\charts\chartClasses\ChartBase.as:1862]
    at mx.charts.chartClasses::ChartBase/set moduleFactory()[E:\dev\4.y\frameworks\projects\charts\src\mx\charts\chartClasses\ChartBas e.as:1894]
    at mx.charts.chartClasses::PolarChart/set moduleFactory()[E:\dev\4.y\frameworks\projects\charts\src\mx\charts\chartClasses\PolarCha rt.as:223]
    at mx.charts::PieChart/set moduleFactory()[E:\dev\4.y\frameworks\projects\charts\src\mx\charts\PieChart.as:203]
    at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1590]
    at spark.components::Group/addElementAt()[E:\dev\4.y\frameworks\projects\spark\src\spark\com ponents\Group.as:1387]
    at spark.components::SkinnableContainer/addElementAt()[E:\dev\4.y\frameworks\projects\spark\ src\spark\components\SkinnableContainer.as:775]
    at mx.states::AddItems/addItemsToContentHolder()[E:\dev\4.y\frameworks\projects\framework\sr c\mx\states\AddItems.as:782]
    at mx.states::AddItems/apply()[E:\dev\4.y\frameworks\projects\framework\src\mx\states\AddIte ms.as:563]
    at mx.core::UIComponent/applyState()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UI Component.as:10741]
    at mx.core::UIComponent/commitCurrentState()[E:\dev\4.y\frameworks\projects\framework\src\mx \core\UIComponent.as:10487]
    at mx.core::UIComponent/setCurrentState()[E:\dev\4.y\frameworks\projects\framework\src\mx\co re\UIComponent.as:10323]
    at mx.core::UIComponent/set currentState()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:6425]
    at BloodPressure/bloodpressureDg_selectionChangeHandler()[C:\Users\Mark\Adobe Flash Builder 4.7\BiometricsFlexProject\src\BloodPressure.mxml:311]
    at BloodPressure/__bloodpressureDg_selectionChange()[C:\Users\Mark\Adobe Flash Builder 4.7\BiometricsFlexProject\src\BloodPressure.mxml:41]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.y\frameworks\projects\framework\src\mx\core \UIComponent.as:13152]
    at spark.components::DataGrid/commitInteractiveSelection()[E:\dev\4.y\frameworks\projects\sp ark\src\spark\components\DataGrid.as:3634]
    at spark.components::DataGrid/setSelectionAnchorCaret()[E:\dev\4.y\frameworks\projects\spark \src\spark\components\DataGrid.as:4210]
    at spark.components::DataGrid/grid_mouseDownHandler()[E:\dev\4.y\frameworks\projects\spark\s rc\spark\components\DataGrid.as:4679]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.y\frameworks\projects\framework\src\mx\core \UIComponent.as:13152]
    at spark.components::Grid/dispatchGridEvent()[E:\dev\4.y\frameworks\projects\spark\src\spark \components\Grid.as:4038]
    at spark.components::Grid/grid_mouseDownDragUpHandler()[E:\dev\4.y\frameworks\projects\spark \src\spark\components\Grid.as:3883]
    at Function/<anonymous>()[E:\dev\4.y\frameworks\projects\spark\src\spark\utils\MouseEventUti l.as:84]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.managers::SystemManager/mouseEventHandler()[E:\dev\4.y\frameworks\projects\framework\s rc\mx\managers\SystemManager.as:2918]

    It appears as though this error has been going on for a while. See the following link http://forums.adobe.com/thread/941849

  • Sun Chart component

    Hi,
    My name is Vikrant Abdagire. I am a SUN India employee.
    I am developing an application using JSP.In which i want to draw a pie chart. Is there any char component develpoed by SUN which i can be use to create a pie chart.I dont want to use third party component like jFreeChart. If there is Sun's chart component is available.
    Please help me out to get solution for this problem.
    Thanks in advance...

    Thanks Dan and Patrick  for your reply
    Yah Dan , When I add Month Number to Month attribute then the months are displayed in the order . But we don't want to show up the month number in the chart .
    Is there are any possibility of displaying one attribute in the chart and sorting should be done based on another  attribute  I.e I want to display MonthName attribute in the chart and the sorting should be done based on MonthNumber Attribute. I did not see such kind of feature available in Chart Configuration.
    As you said I configured my Chart for RecordCount VS MonthNumber  attribute and the Chart displays MonthNumber attribute  in order - But our requirement is to display MonthName instead of instead MonthNumber .
    Patrick,
    I was able to understand your reply , But where can i find the Supported Extension Points in Studio inorder to manually set the  order by when the query gets sent to the server.
    Thanks In Advance.

  • Chart component Library for JSF.

    HI,
    I've been testing the chart component library for JSF:
    http://jschart.sourceforge.net
    And it's very powerfull, but I think, is necessary more info about to develop appz with this.
    Anyone knows, a blog or a web that contains any example of the use?
    I've been working for days with the HOW TO in this web but it's very simply.
    Thx in advance!!!
    Regards.

    I have successfully used the jfreechart (cewolf) charting library with creator...its simple to use but also allows complex charts if you wish....
    http://cewolf.sourceforge.net/new/index.html

  • Gantt Chart Component demo - download

    Hi,
    Is this possible to download demo application presented in The Gantt Chart Component (http://www.oracle.com/technology/products/jdev/viewlets/11/index.html). In our team we plan to start SCRUM methodology and we would like to write similar application in ADF RC to manage our projects. It would be nice to have any sample.
    Kuba
    Edited by: KUBA2 on Aug 27, 2008 8:40 PM

    Hi Kuba,
    Please send me an e-mail to [email protected] and I will send you the Gantt demo workspace.
    Thanks
    Katia

  • How to use Flex mx.charts component in flash project?

    Can anyone enlighten me on how I can use the Flex mx.charts component in my Flash Project? I am using Flash Professional CS4
    Are there any tutourials on the subject.
    Thanks in advance.

    http://www.designscripting.com/2011/03/filtering-flex-chart-data-by-consuming-xml-data/
    http://www.roseindia.net/tutorial/flex/flex4/components/chartactionscript.html
    Or otherwise you can use the below link to use the fusioncharts components
    http://www.fusioncharts.com/

  • Any open source component libraries...?

    I could very well be getting ahead of myself but I�ve been curious as of late. Are there any Open Source groups out there (that browse these forums) planning on developing some component libraries for JSF? I definitely see the need for some extended functionality in the area of data access.

    Yes.... I've been working on one, but unfortunately, I can only do this in my spare time, which has been quite limited lately due to other projects. We'll announce something in this group when there's something worth taking a look at. Right now, there are only about 5 components, and two of these are layouts, containers, rather than widgets.

  • New Flex Charting Component

    Hello everyone,
    We've just released a new charting component for Flex -
    FusionCharts for Flex (beta). It works with both Flex 2 and 3. You
    may download the same from
    http://www.fusioncharts.com/flex
    We would love to have your feedback/suggestions.
    Thanks,
    Pallav
    P.S. I apologize if I've made this sound like an advert - but
    our main aim is to get maximum feedback from Flex developers so
    that we can enhance our product for your benefits.

    Ok, I've got a basic renderer to render a UISelectOne component. I added the xml to the faces-context.xml. Now how to I add my new renderer to the tag? I see there is a setRendereType but how to I get at this to set it? Do I have to create a new tag?
    Graham

  • Custom Chart Component

    Hello all.
    I need to make a new chart component or extend the LineChart
    component thats part of Flex 2.0.
    My problem is that I'm new to flex and don't know where to
    start.
    So my questions to you are:
    Is the codebase for the Chart components available somewhere
    for me to look-at/alter?
    Where can I find some good resources about how to make my own
    components?
    Endre

    Creating a new chart is a fairly complex task, even for
    seasoned Flex developers.
    What doesn't the LineChart do that you need it to do? It may
    be that properties exist to alter its behavior. Or maybe you just
    need to make new type of itemRenderer for the lines.
    Look at the Flex 2.0 documentation on custom components to
    get some ideas; those sections however, are not geared toward the
    charts.
    Finally, if you have a license for the charts, you should
    have the source in the Flex 2 SDK folder somewhere. Look for the
    mx/charts folder structure.

  • Gantt Chart component not showing the duration (Safari and FireFox on OS X

    Hi,
    I created a Gantt Chart component that should show the duration of several project tasks in a graphical way. I did not specify subtasks, only tasks.
    Because this is a rather simple thing to do (see http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_58/jdtut_11r2_58_3.html), and apparently the graphical part of the Gantt chart is not shown on my Mac, I would like to know whether someone has tried this on a Windows machine and got it working?
    Kind regards,
    Philip

    In Safari, the "sample" page loads and it shows the graphical part of the Gantt. In Firefox the sample page does not load:
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <partial-response><noop/></partial-response>
    Thanks Shay!
    Maybe the WLS is causing the problems at my side? I also noted the left-right mouse swipe movements to scroll in a panel does not work when using my local JDev and IntegratedWLS, but it does work on your sample page.
    Kind regards,
    Philip
    Edited by: verscph on Mar 15, 2012 9:52 AM

  • Available JSF Component Libraries?

    Looking to create a list of available jsf component libraries or single components:
    The ones I know
    *Tomahawk, Trinidad, Tobago
    http://myfaces.apache.org/
    *jenia4faces
    http://jenia.org

    Take a look at "JSF Component Libraries" section on http://jsfTutorials.net

  • Chart Component

    I'm trying to make a bar chart component to use in my movies.
    Iv'e been looking at tutorials on making components and everyone
    seems to have a different method and alot don't explain what they
    are doing just how to do it for their specific example.
    Does anyone know of a good tutorial where it explains what is
    happening / know where i can download a already made (simple) bar
    chart component to study?
    -Using flash mx 2004 pro

    There is a very basic chart component in the Extensions area
    of the Abobe
    Flash website. Search for "Flash Charting Components".
    John G.
    "Tolk" <[email protected]> wrote in message
    news:e7b99s$5l6$[email protected]..
    > I'm trying to make a bar chart component to use in my
    movies. Iv'e been
    > looking
    > at tutorials on making components and everyone seems to
    have a different
    > method
    > and alot don't explain what they are doing just how to
    do it for their
    > specific
    > example.
    > Does anyone know of a good tutorial where it explains
    what is happening /
    > know
    > where i can download a already made (simple) bar chart
    component to study?
    >

Maybe you are looking for

  • Porsche Design External Hard Drive for Time Machine back-up

    This is what I am looking to buy for my back up: http://www.amazon.com/LaCie-Porsche-Design-External-9000296/dp/B008SA69L8/ref=sr _1_10?s=electronics&ie=UTF8&qid=1393398362&sr=1-10&keywords=porsche+design. But this is not available on online Apple St

  • Upload Material Text in MM02

    Hi , I want to Uplaod Material text in MM02 . Around more than upto 2000 materials. i m trying to uplaod using call function 'CREATE_TEXT'. But it gives error in mm02 like, no text maintained. give me proper solution, thnxs Regards, Swapnil Vaidya

  • Parse a CLOB

    I am trying to parse a XML in a CLOB by using following lines of CODE FUNCTION parse(xml CLOB) RETURN xmldom.DOMDocument IS retDoc xmldom.DOMDocument; parser xmlparser.Parser; BEGIN IF xml IS NULL THEN RETURN NULL; END IF; setProxy; parser := xmlpars

  • Pages won't open and same with all the previous documents. How do I fix this?

    When I went to click on Pages in the dock it created a barely visible circle around it and wouldn't open.  I took it off the dock and afterwards could not get it back on. None of the documents will open and they all claim that it could not be opened

  • Download assisant does not list any products

    I have installed the download assistant in order to get a trial of Acrobat XI.  The download assistant installs, I sign in with a valid adobe id, but no products display.  How do I get the trial software download?  All of the directions I find tell m