mirror of
https://gitee.com/antv/g6.git
synced 2024-12-01 03:08:33 +08:00
test: tutorial data fetching in demo.
This commit is contained in:
parent
3f8d056f56
commit
8a85317705
@ -595,7 +595,7 @@ const Tutorial = () => {
|
||||
}
|
||||
});
|
||||
// graph.get('canvas').set('localRefresh', false);
|
||||
$.getJSON('https://gw.alipayobjects.com/os/basement_prod/6cae02ab-4c29-44b2-b1fd-4005688febcb.json', data => {
|
||||
// $.getJSON('https://gw.alipayobjects.com/os/basement_prod/6cae02ab-4c29-44b2-b1fd-4005688febcb.json', data => {
|
||||
const main = async () => {
|
||||
const response = await fetch(
|
||||
'https://gw.alipayobjects.com/os/basement_prod/6cae02ab-4c29-44b2-b1fd-4005688febcb.json',
|
||||
|
Loading…
Reference in New Issue
Block a user