Commit f4bc2096 authored by Eric Puidokas's avatar Eric Puidokas

Fix example comment html

parent cf9b23b0
$(function () {
//<div id="flotOrig" style="width: 800;height: 400;"></div>
//<div id="flotOrig" style="width: 800px;height: 400px;"></div>
var d1 = [[20,20], [42,60], [54, 20], [80,80]];
......
$(function () {
//<div id="fillAndMultiAxis" style="width: 800;height: 400;"></div>
//<div id="fillAndMultiAxis" style="width: 800px;height: 400px;"></div>
var d1 = [[20,20], [42,60], [54, 20], [80,80]];
var d2 = [[20,700], [80,300]];
......
$(function () {
//<div id="flotFit" style="width: 800;height: 400;"></div>
//<div id="flotFit" style="width: 800px;height: 400px;"></div>
var d1 = [[20,20], [42,60], [54, 30], [80,80]];
......
$(function() {
//<div id="exampleFlotWithDates" style="width: 800;height: 400;"></div>
//<div id="exampleFlotWithDates" style="width: 800px;height: 400px;"></div>
var d1 = [[new Date(2000, 8, 1, 10), 20], [new Date(2000, 8, 1, 12), 60], [new Date(2000, 8, 1, 14), 30], [new Date(2000, 8, 1, 22), 80]];
......
$(function () {
//<div id="flotOrig" style="width: 800;height: 400;"></div>
//<div id="flotOrig" style="width: 800px;height: 400px;"></div>
var d1 = [[20,20], [42,60], [54, 20], [80,80]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment