Jump to content
Software FX Community

JanU

Members
  • Posts

    5
  • Joined

  • Last visited

JanU's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Andre, An essential requirement for the solution we need is Vector Chart format (SVG) so that we are able to process the chart's colors correctly at output time. The application that I am trying to create would run on a cloud based server and would be called with a chart template and associated data. Its headless in the sense that my App has no UI but the caller would come from a Java/Flex initiator. This App is intended to create the chart using the passed data + adding some custom modifications based on data shape and end up returning an SVG version to the caller. I started looking at the desktop version but as it did not support SVG went directly to the Server version. Are we saying that I cannot use the Java Server version as a desktop version (i.e, new Chart() and not new ChartServer(..) ) albeit ignoring a lot of functionality? Are we saying that the SVG output is reliant on server mode so that it can Render the SVG? Sorry about these seemingly strange questions but this has been a discovery path for me. Thanks Jan
  2. Thanks for the advice - I have got further but alas not totally there. I dont need the jsp environment so I am using new Chart() and importing from a template. I have a trial licence issue where I get a 3000000 error in the PNG file where the chart should be. I have an extended lic and have put it just about everywhere but still get the 3000000 license error. The other more confusing issue is how to get my test chart out in svg format. Has anyone got any samples in java code (not jsp) or am I the only person not wanting jsp ? :-) Cheers Jan
  3. First off - Confessions out of the way (I know JFreeChart reasonably well but its lack of Data Grids and seaigner makes it a looser at the start line) I am looking to use Eclipse /Java to create an application to demonstrate the power of ChartFX in the context of our needs. I want to use the designer to create base templates of the varius charts and then call this new App with a template name/data source to create an svg chart. This new App will apply additional tweats based around the data scope that will drive the chart. My trouble is that I cannot find any documentation that gives me a clue how i would approach this. I have Eclipse with the chartfx 7 server jars and a main() but am struggling for info beyond that. Can anyone point me in the right direction with either documentation or a simple example? Cheers Jan
  4. Hi Sorry my question may of confused you so let me explain. I love and have used ChartFX in a previous system where the rendering of a chart to SVG was our chosen format but in this project I need to get the chart rendered into a vector based EPS format. I think you are saying that teh core ChartFX product does not support that so I wondered if you know of anyone using a third party to transform SVG to Vector EPS? Sorry if i was noit clear Cheers Jan
  5. I have downloaded the trial desktop version but see only Bitmap and XML(which I assume is SVG) FiteTypes. Looking to create vector EPS as we need to support color separation down stream in the process. Cheers Jan
×
×
  • Create New...