File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,15 @@ let noDiagonal =
126
126
)
127
127
|> Chart.withSize ( 1000 , 1000 )
128
128
129
+ (*** condition: ipynb ***)
130
+ #if IPYNB
131
+ noDiagonal
132
+ #endif // IPYNB
133
+
134
+ (***hide***)
135
+ noDiagonal |> GenericChart.toChartHTML
136
+ (***include-it-raw***)
137
+
129
138
130
139
let noLowerHalf =
131
140
Chart.Splom(
@@ -146,3 +155,11 @@ let noLowerHalf =
146
155
)
147
156
|> Chart.withSize ( 1000 , 1000 )
148
157
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 1
1
(**
2
2
---
3
- title: Candlestick Charts
3
+ title: OHLC Charts
4
4
category: Finance Charts
5
5
categoryindex: 8
6
6
index: 1
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
3
"version" : " 5.0.100" ,
4
- "rollForward" : " latestMajor "
4
+ "rollForward" : " latestMinor "
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments