Skip to content
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

In some special case: it doesnt look good #27

Open
hungntv opened this issue Jul 24, 2013 · 0 comments
Open

In some special case: it doesnt look good #27

hungntv opened this issue Jul 24, 2013 · 0 comments

Comments

@hungntv
Copy link

hungntv commented Jul 24, 2013

Hi!

I've changed sample data and iOSPlot didn't show well.
I'm using your framework for my app. Could you fix?

Sample Data:
I tested with demo project from GitHub

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>data</key>
        <array>
            <dict>
                <key>title</key>
                <string>AAA</string>
                <key>value</key>
                <integer>12</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>BBB</string>
                <key>value</key>
                <integer>30</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>CCC</string>
                <key>value</key>
                <integer>10</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>DDD</string>
                <key>value</key>
                <integer>30</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>EEE</string>
                <key>value</key>
                <integer>40</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>EEE</string>
                <key>value</key>
                <integer>40</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>EEE</string>
                <key>value</key>
                <integer>40</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>EEE11111</string>
                <key>value</key>
                <integer>40</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>EEE9999999999</string>
                <key>value</key>
                <integer>40</integer>
            </dict>
            <dict>
                <key>title</key>
                <string>EEE88888</string>
                <key>value</key>
                <integer>40</integer>
            </dict>
        </array>
    </dict>
</plist>

Screen shot from simulator (I just test on iOSPlot version 1.0.1 and current version)
ios simulator screen shot jul 24 2013 1 25 57 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant