faheem801 / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Float chart include problem #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hello all,
I need to include two chart in same jsp page. But the chart include only once.
I have attached the html file and the following code:

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Include</title>
</head>
<body>
<jsp:include page="navigate.html"></jsp:include>
<jsp:include page="navigate.html"></jsp:include>
</body>
</html>

I am currently using flot-0.6 version and IE-6.0.

why it's not working.can you please help me.

Thanks in Advance
Shainaz

Original issue reported on code.google.com by shainazt...@gmail.com on 26 Aug 2010 at 4:45

Attachments:

GoogleCodeExporter commented 9 years ago
For this kind of question, please use the mailing list/forum as this issue 
tracker is for tracking bugs in Flot. If you haven't figured it out already, if 
you're using navigate.html directly from the Flot examples, you need to modify 
the code - when you include the same HTMl twice, you get the same IDs on the 
placeholder elements, and then it won't work (and besides, you include Flot and 
jQuery and excanvas twice, which is bad).

Original comment by olau%iol...@gtempaccount.com on 14 Dec 2010 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 2:52