Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

288
Views
How to set Highcharts chart enable fullscreen on page load?

I have a Media server and a media caster which can control displaying content on specific screen.

I have several page on my simple Web site build by vb .net, only one form or chart in one page. And I have a Control Page to change a DB Column named PageIndex by Buttons. Then I wrote a page choosing function Call by an Timer every 5 seconds :

Private Sub PageChoose()
    Dim strSQL As String = "SELECT [PageIndex]" &
        " FROM [dbo].[Table1] " &
        " WHERE Series = '1'"
    Dim dt As DataTable = commonUtil.QueryToDataTable(strSQL)
    Dim currentPage As Integer = dt(0)(0)
    If currentPage <> commonUtil.exPage Then

        Select Case currentPage
            Case 0
                Response.Redirect("/info.aspx")

            Case 1
                Response.Redirect("/charts/linebasic/chart1.aspx")
        End Select

        commonUtil.exPage = currentPage

    End If

End Sub

What I want is when I made the media server to load charts page and cast it to the screen, I need it enable the fullscreen mode without click the button in the menu: Menu

That is to say : I want this when I changed the page to chart: enter image description here

instead of this : enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!