Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
ඔයාගෙ Assignment හෝ Thesis එක හරියට හදාගමු
ErMurazor
Updated:
Yesterday at 10:52 PM
Ad icon
BlackWall V2ray servers
hu KANNA
Updated:
Wednesday at 4:58 AM
Peppa Pig Family Plush Toy Set – 5 Characters
anil1961
Updated:
Sep 19, 2026
Ad icon
Express VPN PC - 1 Year Rs. 600.00
Sanathbh
Updated:
Sep 19, 2026
Ad icon
Capcut Pro 7 Days Team Plan - Rs. 3️⃣0️⃣0️⃣
Sanathbh
Updated:
Sep 19, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
Education
Dashboard Development උදව් ඕනේ: ASP .NET or ASP .NET MVC
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="saja" data-source="post: 21921133" data-attributes="member: 14999"><p><span style="color: Blue"><span style="font-size: 15px">thanks for reply,</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"></span></span></p><p><span style="color: Blue"><span style="font-size: 15px">මම php නම් නෙමයි, කමක් නැ , මට තියෙන question එක ඕක නෙමයි, data නම් load කරන්න පුළුවන් මට , අපි Admin LtE ටෙම්ප්ලටෙ එක ගතහොත් <a href="https://adminlte.io/themes/AdminLTE/index.html" target="_blank">https://adminlte.io/themes/AdminLTE/index.html</a> එකේ Sales කියල graph එක , ඕකට data එන්නේ morris.html එකෙන් dashboard.js file එකේ හැබැයි /index.html එකේ තියෙන්නේ පහල තියෙන div එක විතරයි </span></span></p><p><span style="color: Blue"><span style="font-size: 15px"></span></span></p><p><span style="color: Blue"><span style="font-size: 15px"><div class="tab-content no-padding"></span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> <!-- Morris chart - Sales --></span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> <div class="chart tab-pane active" id="revenue-chart" style="position: relative; height: 300px;"></div></span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> <div class="chart tab-pane" id="sales-chart" style="position: relative; height: 300px;"></div></span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> </div></span></span></p><p><span style="color: Blue"><span style="font-size: 15px"></span></span></p><p><span style="color: Blue"><span style="font-size: 15px">මට අලුත් chart එකක් add කරන්න ඕනේ නම් Morris type , process එක හරි ද කියන්න? </span></span></p><p><span style="color: Blue"><span style="font-size: 15px">copy කලා morris.html code එක, වෙන හ්ට්ම්ල් එක්ක හැදුව , array එක වෙනස් කලා , දැන් /index.html එකට ලින්ක් කරන්නේ කොහෝ ම ද ? </span></span></p><p><span style="color: Blue"><span style="font-size: 15px"></span></span></p><p><span style="color: Blue"><span style="font-size: 15px">var line = new Morris.Line({</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> element: 'line-chart',</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> resize: true,</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> data: [</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2011 Q1', item1: 2666},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2011 Q2', item1: 2778},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2011 Q3', item1: 4912},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2011 Q4', item1: 3767},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2012 Q1', item1: 6810},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2012 Q2', item1: 5670},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2012 Q3', item1: 4820},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2012 Q4', item1: 15073},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2013 Q1', item1: 10687},</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> {y: '2013 Q2', item1: 8432}</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> ],</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> xkey: 'y',</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> ykeys: ['item1'],</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> labels: ['Item 1'],</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> lineColors: ['#efefef'],</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> lineWidth: 2,</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> hideHover: 'auto',</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> gridTextColor: "#fff",</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> gridStrokeWidth: 0.4,</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> pointSize: 4,</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> pointStrokeColors: ["#efefef"],</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> gridLineColor: "#efefef",</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> gridTextFamily: "Open Sans",</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> gridTextSize: 10</span></span></p><p><span style="color: Blue"><span style="font-size: 15px"> });</span></span></p></blockquote><p></p>
[QUOTE="saja, post: 21921133, member: 14999"] [COLOR="Blue"][SIZE="4"]thanks for reply, මම php නම් නෙමයි, කමක් නැ , මට තියෙන question එක ඕක නෙමයි, data නම් load කරන්න පුළුවන් මට , අපි Admin LtE ටෙම්ප්ලටෙ එක ගතහොත් [url]https://adminlte.io/themes/AdminLTE/index.html[/url] එකේ Sales කියල graph එක , ඕකට data එන්නේ morris.html එකෙන් dashboard.js file එකේ හැබැයි /index.html එකේ තියෙන්නේ පහල තියෙන div එක විතරයි <div class="tab-content no-padding"> <!-- Morris chart - Sales --> <div class="chart tab-pane active" id="revenue-chart" style="position: relative; height: 300px;"></div> <div class="chart tab-pane" id="sales-chart" style="position: relative; height: 300px;"></div> </div> මට අලුත් chart එකක් add කරන්න ඕනේ නම් Morris type , process එක හරි ද කියන්න? copy කලා morris.html code එක, වෙන හ්ට්ම්ල් එක්ක හැදුව , array එක වෙනස් කලා , දැන් /index.html එකට ලින්ක් කරන්නේ කොහෝ ම ද ? var line = new Morris.Line({ element: 'line-chart', resize: true, data: [ {y: '2011 Q1', item1: 2666}, {y: '2011 Q2', item1: 2778}, {y: '2011 Q3', item1: 4912}, {y: '2011 Q4', item1: 3767}, {y: '2012 Q1', item1: 6810}, {y: '2012 Q2', item1: 5670}, {y: '2012 Q3', item1: 4820}, {y: '2012 Q4', item1: 15073}, {y: '2013 Q1', item1: 10687}, {y: '2013 Q2', item1: 8432} ], xkey: 'y', ykeys: ['item1'], labels: ['Item 1'], lineColors: ['#efefef'], lineWidth: 2, hideHover: 'auto', gridTextColor: "#fff", gridStrokeWidth: 0.4, pointSize: 4, pointStrokeColors: ["#efefef"], gridLineColor: "#efefef", gridTextFamily: "Open Sans", gridTextSize: 10 });[/SIZE][/COLOR] [/QUOTE]
Insert quotes…
Verification
Awruddata maasa keeyada?
Post reply
Top
Bottom