This commit is contained in:
Rinjae
2025-09-05 17:16:26 +09:00
commit c54ef1903f
4947 changed files with 817291 additions and 0 deletions
@@ -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>