-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: vis.Timeline is not a constructor #33
Comments
shosaco
changed the title
TypeError: vis.Timeline is not a constructor[Learn More]
TypeError: vis.Timeline is not a constructor
Jul 4, 2017
Do the examples at http://visjs.org/timeline_examples.html work for you?
Have you tried or do you have access to a non-centos linux?
…---
Dean Attali
President & CEO
AttaliTech Ltd
http://AttaliTech.com <http://attalitech.com>
On 4 July 2017 at 13:40, shosaco ***@***.***> wrote:
When running a simple example, I get the error in the javascript console
"TypeError: vis.Timeline is not a constructor[Learn More]" and the output
doesn't show up.
The example is a module in a bigger app. This happens only on my Linux
machine, not on my windows.
library(timevis)
ui <- function(id){
ns <- NS(id)
fluidPage(h3("Timeline:"),
timevisOutput(ns("timeline")))
}
server <- function(input, output, session) {
output$timeline <- renderTimevis(
timevis()
)
}
shinyApp(ui, server)
R version 3.3.2 (2016-10-31)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA6IFCP7x4P_GkkeqxOmSf7uMEt_8i45ks5sKiSogaJpZM4ONPpf>
.
|
The CentOS machine is my host for the shiny app, a remote machine used for my webserver, so I basically cannot "navigate" to visjs.org to try it. If there is anything that I can try to find the root cause of this problem, please let me know. And thanks for the great package! |
Ah ok I'll try to see how I can debug that, might be difficult and I'm also
away right now (at useR conference and then traveling) so might be a while
…---
Dean Attali
President & CEO
AttaliTech Ltd
http://AttaliTech.com <http://attalitech.com>
On 4 July 2017 at 22:20, shosaco ***@***.***> wrote:
The CentOS machine is my host for the shiny app, a remote machine used for
my webserver, so I basically cannot "navigate" to visjs.org to try it. If
there is anything that I can try to find the root cause of this problem,
please let me know. And thanks for the great package!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA6IFLV6zIpTk-1bcfj6vKZAACDJJID_ks5sKp6VgaJpZM4ONPpf>
.
|
Actually, if you know how to enable X11 forwarding, you could test it out
on the centos machine (and if you don't know how, it's worth it to learn,
it will be an extremely useful skill forever)
…---
Dean Attali
President & CEO
AttaliTech Ltd
http://AttaliTech.com <http://attalitech.com>
On 4 July 2017 at 22:23, Dean Attali ***@***.***> wrote:
Ah ok I'll try to see how I can debug that, might be difficult and I'm
also away right now (at useR conference and then traveling) so might be a
while
---
Dean Attali
President & CEO
AttaliTech Ltd
http://AttaliTech.com <http://attalitech.com>
On 4 July 2017 at 22:20, shosaco ***@***.***> wrote:
> The CentOS machine is my host for the shiny app, a remote machine used
> for my webserver, so I basically cannot "navigate" to visjs.org to try
> it. If there is anything that I can try to find the root cause of this
> problem, please let me know. And thanks for the great package!
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#33 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AA6IFLV6zIpTk-1bcfj6vKZAACDJJID_ks5sKp6VgaJpZM4ONPpf>
> .
>
|
Ah good so I didn't do anything bad :) I'm definitely going to spend some
time in Germany this month, but probably Berlin, not Munich, but thank you
:)
…---
Dean Attali
President & CEO
AttaliTech Ltd
http://AttaliTech.com <http://attalitech.com>
On 5 July 2017 at 15:09, shosaco ***@***.***> wrote:
Closed #33 <#33>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA6IFJpSDhjQY6r6j15QLB-4wh37axhWks5sK4sNgaJpZM4ONPpf>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running a simple example, I get the error in the javascript console "TypeError: vis.Timeline is not a constructor[Learn More]" and the output doesn't show up.
The example is a module in a bigger app. This happens only on my Linux machine, not on my windows.
R version 3.3.2 (2016-10-31)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)
The text was updated successfully, but these errors were encountered: