Creating charts in java or javascript without images -


one of project requirements new java web project have dynamic charts load fast.

while in discussion , asked if implement charts without using images ie without loading jpg, png files etc. files pdf cannot used.

basically question

  1. can charts implemented in jsp/javascript without using images,pdf etc ? ie api's used should not provide end result image,or pdf etc.

  2. i did not no right away , have implemented charts in console applications in c on screen. can on webpage ? ie show graph drawing on screen dots,lines,circles etc.but should possible inside div ?

ps : comments , answer lucien stals helped understand technology looking svg.

i looking nudging in right direction of experienced java , javascript programmers in so.

a simple bar chart easy enough create divs , css. more complicated , think talking svg, drawn using http://raphaeljs.com/, or maybe http://d3js.org/ . @ html5 canvas element.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -