javascript - Wijmo pie chart object reference error? -


I am trying to create a pie chart using wijmo

  & lt ;; DOCTYPE html public "- //W3C / DTD XHTML 1.0 Transcription // N" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> & Lt; Html xmlns = "http://www.w3.org/1999/xhtml" & gt; & Lt; Top & gt; & Lt; Title & gt; Data source & lt; / Title & gt; & Lt; Meta http-equiv = "X-UA-Compatible" content = "IE = edge, chrome = 1" /> & Lt; Meta name = "description" content = "% description%" /> & Lt; Meta name = "keyword" content = "" /> & Lt; Meta name = "author" content = "component one" /> & Lt; link href = "../script/visj/jquery-wijmo.css" rel = "stylesheet" type = "text / css" /> & Lt; script src = "../skript / wijmo / jquery-1.8.0.min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; script src = "../script/wija/jquery-ui-1.8.23.custom.min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; script src = "../ script / vija / rafael-min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; script src = "../script/visas/globalize-man.jes" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; script src = "../ script / widget / jquery.wijmo.raphael.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "../script/visza/jquery.wijmo.wijchartcore.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "../script/visza/jquery.wijmo.wijpiechart.js" & gt; & Lt; / Script & gt; & Lt; Style type = "text / css" & gt; #wisepichart {width: 756px; Height: 475px; } & Lt; / Style & gt; & Lt; Script id = "scriptInit" type = "text / javascript" & gt; $ {Document} .ready (function () {debugger; var data = [Device: 'MacBook Pro', Percent: 46.78, Offset: 15}, {Device: 'iMac', Percent: 23.18}, {Device: MacBook ',': Device: 'Mac Mini', Percent: 3.44}] $ ('# Vizippart'). Vizagaptart ({Datasource Data, Data: {}: Label: {Bind: "device"}, value: {bind: "percent"}, offset: {bind: "offset"}}, radius: 140, legend: {view: true}, sign: {content: function ) {this.data.label + return: "+ Globalize.format (this.value / this.total," p2 ");}}, header: {Text: "Steam - Mac hardware"}};});    

I am getting an object reference error /// Microsoft JScript Runtime Error: Object does not support this property or method

You should either refer to the full JS files available on this link:

Or you can use the AMD module and mention the following link Can:

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -