init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user