Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Conversation

@dpino
Copy link

@dpino dpino commented Jun 12, 2012

Hello,

I've created a version of jqplot where I include the javascript jqplot code. I understand that the reason not to include it with jqplot4java is to avoid that jqplot javascript code, which is a different project, will be part of jqplot4java. However this makes that when some other project uses jqplot4plot has to add the javascript code part in their project, which is also inconvenient.

So with this patch all code is in built into the same JAR. Later the javascript code can be accessed from Java. For instance:

ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
InputStream input = classLoader.getResourceAsStream("/jqplot/jquery.jqplot.min.css");

Hope you find it useful.

Regards,

Diego

@inaiat
Copy link
Owner

inaiat commented Jun 13, 2012

Hi Diego,

I put resources in wicketstuff project, but I think that you are right. Because version of jqplot4java will match with resources.

I will put resources in next release, ok?

Thanks a lot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants