Load white default theme.

This commit is contained in:
Achim D. Brucker 2018-07-19 00:09:39 +01:00
parent 3bc888f089
commit 896f31389a
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*)
#load "Themes/DefaultWhite.fsx"
#load "ExtensionDsLab.fsx"
open LogicalHacking.ExtensionDsLab
@ -44,7 +45,6 @@ let chartDownloads extIds = (List.map (fun e -> (series (getDownloads ctx e))) e
chartDownloads ["lkllajgbhondgjjnhmmgbjndmogapinp"]
// chartDownloads (List.take 5 (getAllExtIds ctx))
let extData =
query {for x in ctx.Extensions.Extension do
select (x.Date, x.Name, x.Downloads) }