Commit 36a9c12
authored
LINQPad integration (#404)
* Add .ToDump method to GenericChart
The method is recognized by LinqPad, and dumps a chart's
html into an IFrame, but Chart.saveHtml cannot be called here.
* Define GernericChart as recursive module
* Return real html in Dump
* Make ToDump private
* Add xml comment
* Avoid null references, if LINQPad.Runtime is not loaded1 parent c752bf3 commit 36a9c12
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
140 | 153 | | |
141 | 154 | | |
142 | 155 | | |
| |||
218 | 231 | | |
219 | 232 | | |
220 | 233 | | |
221 | | - | |
222 | 234 | | |
223 | | - | |
224 | 235 | | |
225 | 236 | | |
226 | 237 | | |
| |||
0 commit comments