Click here to Skip to main content
15,897,187 members
Articles / Web Development / HTML5

Real-Time Gauge with ChartJS and Spike-Engine

Rate me:
Please Sign up or sign in to vote.
5.00/5 (25 votes)
23 Jun 2015CPOL4 min read 81K   1.9K   49  
Presents a real-time gauge implementation that can be used for building dashboards

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyGauge.Server", "MyGauge.Server\MyGauge.Server.csproj", "{C054C284-A7E5-4CE6-9735-9B8C1CC5A93C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C054C284-A7E5-4CE6-9735-9B8C1CC5A93C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C054C284-A7E5-4CE6-9735-9B8C1CC5A93C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C054C284-A7E5-4CE6-9735-9B8C1CC5A93C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C054C284-A7E5-4CE6-9735-9B8C1CC5A93C}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer Misakai Ltd.
Ireland Ireland
Roman Atachiants, Ph.D. is the architect behind emitter.io service, a real-time, low-latency publish/subscribe service for IoT, Gaming. He is a software engineer and scientist with extensive experience in different computer science domains, programming languages/principles/patterns & frameworks.

His main expertise consists of C# and .NET platform, game technologies, cloud, human-computer interaction, big data and artificial intelligence. He has an extensive programming knowledge and R&D expertise.



Comments and Discussions