File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,15 @@ let noDiagonal =
126126 )
127127 |> Chart.withSize ( 1000 , 1000 )
128128
129+ (* ** condition: ipynb ***)
130+ #if IPYNB
131+ noDiagonal
132+ #endif // IPYNB
133+
134+ (* **hide***)
135+ noDiagonal |> GenericChart.toChartHTML
136+ (* **include-it-raw***)
137+
129138
130139let noLowerHalf =
131140 Chart.Splom(
@@ -146,3 +155,11 @@ let noLowerHalf =
146155 )
147156 |> Chart.withSize ( 1000 , 1000 )
148157
158+ (* ** condition: ipynb ***)
159+ #if IPYNB
160+ noLowerHalf
161+ #endif // IPYNB
162+
163+ (* **hide***)
164+ noLowerHalf |> GenericChart.toChartHTML
165+ (* **include-it-raw***)
Original file line number Diff line number Diff line change 11(**
22---
3- title: Candlestick Charts
3+ title: OHLC Charts
44category: Finance Charts
55categoryindex: 8
66index: 1
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "version" : " 5.0.100" ,
4- "rollForward" : " latestMajor "
4+ "rollForward" : " latestMinor "
55 }
66 }
You can’t perform that action at this time.
0 commit comments