-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpkgIndex.tcl
More file actions
32 lines (30 loc) · 1.19 KB
/
Copy pathpkgIndex.tcl
File metadata and controls
32 lines (30 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright (c) 2022-2025 Nicolas ROBERT.
# Distributed under MIT license. Please see LICENSE for details.
package ifneeded ticklecharts 3.2.8 [list apply {dir {
source [file join $dir ticklecharts.tcl]
source [file join $dir utils.tcl]
source [file join $dir chart.tcl]
source [file join $dir chart3D.tcl]
source [file join $dir ehuddle.tcl]
source [file join $dir huddle_patch.tcl]
source [file join $dir eformat.tcl]
source [file join $dir jsfunc.tcl]
source [file join $dir layout.tcl]
source [file join $dir global_options.tcl]
source [file join $dir global_options3D.tcl]
source [file join $dir series.tcl]
source [file join $dir series3D.tcl]
source [file join $dir options.tcl]
source [file join $dir options3D.tcl]
source [file join $dir axis.tcl]
source [file join $dir axis3D.tcl]
source [file join $dir theme.tcl]
source [file join $dir dataset.tcl]
source [file join $dir timeline.tcl]
source [file join $dir etypes.tcl]
source [file join $dir ecolor.tcl]
source [file join $dir etrace.tcl]
source [file join $dir etsb.tcl]
source [file join $dir ejupyter.tcl]
source [file join $dir esnap.tcl]
}} $dir]