Message Boards

Issue: Unable to load frontend-taglib-chart$clay-charts@2.20.2/lib/Chart

thumbnail
Aravind L, modified 2 Years ago.

Issue: Unable to load frontend-taglib-chart$clay-charts@2.20.2/lib/Chart

New Member Posts: 11 Join Date: 7/13/17 Recent Posts

I am using liferay-dxp-7.1.10.4-sp4.  As per the requirement I have developed the chart by  using Liferay chart taglib

<%@ taglib prefix="chart" uri="http://liferay.com/tld/chart" %>
<%@ page import="com.liferay.frontend.taglib.chart.model.combination.CombinationChartConfig"%>
<%@ page import="com.liferay.frontend.taglib.chart.model.gauge.GaugeChartConfig"%> 

 I am getting the below exception in the browser console and also not getting any result. 

dashboard:58217 Unable to load frontend-taglib-chart$clay-charts@2.20.2/lib/Chart
(anonymous) @ dashboard:58217
dashboard:58376 Error: Load timeout for modules: clay-tooltip/src/ClayTooltip
    at loader.js:473
(anonymous) @ dashboard:58376
dashboard:58283 Unable to load frontend-taglib-chart$clay-charts@2.20.2/lib/Chart

Throws this error when on production . In Local it is working fine. 

Kindly help me to resolve the issue . 

Thanks in advance