18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<!-- Chart Include -->
|
|
<link rel="stylesheet" type="text/css" media="screen" href="<c:url value="/css/jquery.jqplot.min.css"/>" />
|
|
|
|
<style type="text/css">
|
|
.jqplot-point-label{
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.ui-widget : active {
|
|
outline:none;
|
|
}
|
|
|
|
</style>
|