This question is locked. New answers and comments are not allowed.
How can I display two charts side-by-side on my page? I have two chart definitions immediately following each other in my razor markup, and am using the
Thanks for a great product.
EDIT: I've even tried putting them both in one <div> but they still display below each other instead of side-by-side.
".HtmlAttributes(new { style = "width: 480px; " })"setting to ensure the width is narrow enough to fit two charts side by side (and this is visually confirmed). But yet they are displaying one below the other on my page. Please advise.
Thanks for a great product.
EDIT: I've even tried putting them both in one <div> but they still display below each other instead of side-by-side.