\n";
@@ -377,16 +377,18 @@ void print_html_raid_summary( report::sc_html_stream& os, sim_t& sim )
{
raid_dps.width_ += raid_dps.width_ + 12;
raid_dps.set( "chart.marginLeft", margin );
+ raid_dps.set( "plotOptions.series.animation", false ); // no initial draw animation on the main DPS chart
os << raid_dps.to_target_div();
- sim.add_chart_data( raid_dps );
+ os << "\n";
}
if ( has_priority )
{
priority_dps.width_ += priority_dps.width_ + 12;
priority_dps.set( "chart.marginLeft", margin );
+ priority_dps.set( "plotOptions.series.animation", false );
os << priority_dps.to_target_div();
- sim.add_chart_data( priority_dps );
+ os << "\n";
}
if ( !sim.raid_events_str.empty() )
@@ -888,7 +890,7 @@ void print_html_hotfixes( report::sc_html_stream& os, const sim_t& sim )
{
std::vector
entries = hotfix::hotfix_entries();
- os << "\n";
+ os << "
\n";
os << "
Current simulator hotfixes
\n";
os << "
\n";
@@ -1156,7 +1158,7 @@ void print_profilesets( std::ostream& out, const profileset::profilesets_t& prof
return;
}
- out << "
\n";
+ out << "
\n";
out << "
Profile sets
\n";
out << "
\n";
@@ -1276,15 +1278,7 @@ void print_html_( report::sc_html_stream& os, sim_t& sim )
if ( sim.decorated_tooltips )
{
- //Apply the prettification stuff only if its a single report
- if ( num_players > 1 )
- {
- os << R"()";
- }
- else
- {
- os << R"()";
- }
+ os << R"()";
if ( !sim.offline )
os << std::endl << R"()";
@@ -1300,14 +1294,6 @@ void print_html_( report::sc_html_stream& os, sim_t& sim )
print_html_report_scripts( os );
os << "\n\n";
- os << "\n";
os << "