Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
script
>
function overlay(e) {
$('<
div
class
=
"custom-overlay"
><
p
id
"message"
>SomeMessageHere</
></
>').appendTo("#ComfortChart");
}
...
</
style
.custom-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: .2;
filter: alpha(opacity=60);
background-color: #6495ed;
font-size: 34px;
#message{
position: absolute; left: 30%; top: 50%;
</
$(document).ready(
function
() {
createChart();
overlay();
});
Please check this jsFiddle example.