Click here to Skip to main content
15,888,077 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, the problem is as the title described.So far, I know that
QWebEnginePage
can do this. However My application is under Qt Quick env. I don't know whether it is usable.

What I have tried:

such html like:

HTML
<pre><!DOCTYPE html>
<head>
    <meta charset="utf-8">
    <title>ECharts</title>
</head>	
<body>		
	<div id="main" style="width:600px;height:400px;"></div>
	<script src="echarts.js"></script>
	<script type="text/javascript">
		
		var myChart = echarts.init(document.getElementById('main')); 
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900