Dear All,
I have one JSP Page which include simple Heat Chart, I found one problem that if we use <base ..> html tag that chart not getting render properly.
JSP Code:
<!DOCTYPE html>
<%@ page isThreadSafe="false"%>
<%
String path = request.getContextPath();
String basePath = request.ge...