Split SharePrices.js, refined Total Holdings History chart

This commit is contained in:
Steve 2025-01-06 23:10:33 +00:00
parent 97c54a19cc
commit e1281897a8
4 changed files with 8 additions and 7 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/Websites/SharePrices/.vs/SharePrices/FileContentIndex
/Websites/SharePrices/SharePrices/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.vb
/Websites/SharePrices/SharePrices/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
/Websites/SharePrices/SharePrices/obj/Debug/SharePrices.vbproj.AssemblyReference.cache

View File

@ -1,7 +0,0 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName:="")>